Socket
Socket
Sign inDemoInstall

videojs-vimeo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-vimeo - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "videojs-vimeo",
"version": "2.0.1",
"version": "2.0.2",
"description": "Allows you to use Vimeo URL as source with Video.js.",

@@ -5,0 +5,0 @@ "main": "src/Vimeo.js",

@@ -21,8 +21,8 @@ /* The MIT License (MIT)

define(['video.js'], function(videojs){
return (root.Youtube = factory(videojs));
return (root.Vimeo = factory(videojs));
});
} else if(typeof module === 'object' && module.exports) {
module.exports = (root.Youtube = factory(require('video.js')));
module.exports = (root.Vimeo = factory(require('video.js')));
} else {
root.Youtube = factory(root.videojs);
root.Vimeo = factory(root.videojs);
}

@@ -29,0 +29,0 @@ }(this, function(videojs) {

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