intersection-observer-amd
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "intersection-observer-amd", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "A polyfill for IntersectionObserver, served as AMD", | ||
@@ -5,0 +5,0 @@ "main": "intersection-observer-amd.js", |
@@ -24,4 +24,4 @@ # IntersectionObserverAMD | ||
? null | ||
: "./vendor/intersection-observer-amd.js", | ||
"../dist/lazyload.amd.js" | ||
: "https://cdn.jsdelivr.net/npm/intersection-observer-amd@2.0.0/intersection-observer.amd.min.js", | ||
"https://cdn.jsdelivr.net/npm/vanilla-lazyload@11.0.5/dist/lazyload.amd.min.js" | ||
]; | ||
@@ -49,3 +49,3 @@ ``` | ||
``` | ||
rollup --format=amd --output=intersection-observer-amd.js -- intersection-observer.js | ||
rollup --format=amd --output=intersection-observer.amd.js -- intersection-observer.js | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
59667
5
1