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

react-scrollbar-size

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrollbar-size - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

7

CHANGELOG.md
## 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 @@

8

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