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

react-intersection-observer

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intersection-observer - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

29

package.json
{
"name": "react-intersection-observer",
"version": "1.1.1",
"version": "1.2.0",
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",

@@ -61,11 +61,12 @@ "main": "lib/index.js",

},
"dependencies": {},
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
"prop-types": "^15.5.10 || ^16.0.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": ">=0.15.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.11",
"@storybook/addon-options": "^3.2.10",
"@storybook/react": "^3.2.11",
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
"@storybook/react": "^3.2.12",
"babel-cli": "^6.24.1",

@@ -78,12 +79,12 @@ "babel-core": "^6.25.0",

"concurrently": "3.5.0",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.0.1",
"eslint": "^4.7.2",
"eslint-config-insilico": "^5.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.3",
"eslint": "^4.9.0",
"eslint-config-insilico": "^5.0.1",
"husky": "^0.14.3",
"intersection-observer": "^0.4.0",
"jest": "^21.2.0",
"jest": "^21.2.1",
"lint-staged": "^4.2.3",
"prettier": "^1.7.0",
"prettier": "^1.7.4",
"prop-types": "^15.6.0",

@@ -90,0 +91,0 @@ "react": "^16.0.0",

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