Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nlo/ping-video-loader

Package Overview
Dependencies
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlo/ping-video-loader - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import pingVideoLoader from './ping-video-loader';
import pingVideoLoader from "./ping-video-loader";
export default pingVideoLoader;
type WebplayerFunc = (elementId: string | null, widthStyle?: string | null, topStyle?: string | null, videoId?: string | null, scriptName?: string | null, // Extra VARS/HASH for video personalisation
language?: 'Dutch' | 'English' | string | null, // = 'English'
language?: "Dutch" | "English" | string | null, // = 'English'
controlsBelowVideo?: boolean | null, // = false, which means it will appear overtop the video on hover

@@ -4,0 +4,0 @@ autoStart?: boolean | null, // = false

@@ -5,3 +5,3 @@ "use strict";

function PingVideoLoader(scriptId) {
if (scriptId === void 0) { scriptId = 'aXNejdEHiu'; }
if (scriptId === void 0) { scriptId = "aXNejdEHiu"; }
this.pingVideoPlayerIsLoaded = false;

@@ -38,3 +38,3 @@ this.scriptIsCreated = false;

}
var tag = document.createElement('script');
var tag = document.createElement("script");
tag.src = "https://www.pingvp.com/p/".concat(this.scriptId);

@@ -41,0 +41,0 @@ document.body.appendChild(tag);

{
"name": "@nlo/ping-video-loader",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"keywords": [],
"author": "",
"files": [
"dist/",
"package.json"
],
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch"
},
"devDependencies": {
"@types/node": "^13.13.5",
"typescript": "4.9.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a7f89ae3fdc451294d6ba8a2fc7c20c97932771a"
"name": "@nlo/ping-video-loader",
"version": "1.0.10",
"description": "",
"main": "dist/index.js",
"keywords": [],
"author": "",
"files": [
"dist/",
"package.json"
],
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch"
},
"devDependencies": {
"@types/node": "^13.13.5",
"typescript": "4.9.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b2d6ec7a784d60350da52475f0d745216b825a2d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc