youtube-iframe
Advanced tools
Comparing version 1.0.0 to 1.0.1
(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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3974
40
36