New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nlo/ping-video-loader

Package Overview
Dependencies
Maintainers
5
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.5 to 1.0.6

2

dist/ping-video-loader.d.ts

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

declare type WebplayerFunc = (elementId: string | null, widthStyle?: string | null, topStyle?: string | null, videoId?: string | null, scriptName?: string | null, // Extra VARS/HASH for video personalisation
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'

@@ -3,0 +3,0 @@ controlsBelowVideo?: boolean | null, // = false, which means it will appear overtop the video on hover

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

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

@@ -41,0 +41,0 @@ this.scriptIsCreated = true;

{
"name": "@nlo/ping-video-loader",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"@types/node": "^13.13.5",
"typescript": "^3.8.3"
"typescript": "4.9.4"
},

@@ -24,3 +24,3 @@ "publishConfig": {

},
"gitHead": "82f0aadb031e2b51a9485eb7d4c35294096f0616"
"gitHead": "6474312593f243397589b758a90aee73ac9dff9a"
}
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