@nlo/ping-video-loader
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4936
1