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

intersection-observer-amd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intersection-observer-amd - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

intersection-observer.amd.js

2

package.json
{
"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
```
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