react-scrollbar-size
Advanced tools
Comparing version 1.0.2 to 2.0.0
## HEAD | ||
## 2.0.0 | ||
###### _May 30, 2017_ | ||
Major version bump to facilitate new dependency requirements: | ||
- Make react a peerDependency to avoid running module duplication (#3) @shawnmcknight | ||
- Make lodash a peerDependency due to its common use and avoid inflating build size unnecessarily @shawnmcknight | ||
## 1.0.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "react-scrollbar-size", | ||
"author": "STORIS", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "React component to calculate the size of browser scrollbars", | ||
@@ -20,9 +20,11 @@ "main": "./index.js", | ||
"homepage": "https://github.com/STORIS/react-scrollbar-size#readme", | ||
"peerDependencies": { | ||
"lodash": "^4.17.0", | ||
"react": "^15.5.0" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"lodash": "^4.17.4", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.5.4", | ||
"react-event-listener": "^0.4.5" | ||
} | ||
} |
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
9024
- Removedlodash@^4.17.4
- Removedreact@^15.5.4