Socket
Socket
Sign inDemoInstall

intersection-observer

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.1 to 0.12.2

16

package.json
{
"name": "intersection-observer",
"version": "0.12.1",
"version": "0.12.2",
"description": "A polyfill for IntersectionObserver",
"main": "intersection-observer.js",
"repository": {
"type": "git",
"url": "git@github.com:w3c/IntersectionObserver.git"
},
"keywords": [

@@ -14,2 +9,3 @@ "Intersection",

],
"main": "intersection-observer.js",
"author": {

@@ -20,6 +16,10 @@ "name": "Philip Walton",

},
"license": "W3C-20150513",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/GoogleChromeLabs/intersection-observer.git"
},
"bugs": {
"url": "https://github.com/w3c/IntersectionObserver/issues"
"url": "https://github.com/GoogleChromeLabs/intersection-observer/issues"
}
}

@@ -0,1 +1,3 @@

**⚠️ This polyfill was originally hosted in the [IntersectionObserver spec](https://github.com/w3c/IntersectionObserver) repo. Refer to that repo for commit history.**
# `IntersectionObserver` polyfill

@@ -2,0 +4,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc