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

youtube-iframe

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

youtube-iframe - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
(function(window) {
var YouTubeIframeLoader = {
src: '//www.youtube.com/iframe_api',
src: 'https://www.youtube.com/iframe_api',
loading: false,

@@ -50,2 +50,2 @@ loaded: false,

}
}(window));
}(window));
{
"name": "youtube-iframe",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wrapper for dynamically loading the YouTube iframe api script",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,2 +29,9 @@ # youtube-iframe

});
```
```
## Changelog
### 1.0.1
* Always use https instead of the protocol-relative URL (#1)
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