react-intersection-observer
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"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", |
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
44424
14
+ Addedprop-types@^15.6.0
+ Addedreact@18.3.1(transitive)
- Removedreact@16.14.0(transitive)