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

react-resizable

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resizable - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

5

CHANGELOG.md
# Changelog
### 1.7.5 (Sep 26, 2017)
- Support for React 16 (no changes required, updated `peerDependencies`)
- Minor dep updates.
### 1.7.4 (Sep 5, 2017)

@@ -4,0 +9,0 @@

24

package.json
{
"name": "react-resizable",
"version": "1.7.4",
"version": "1.7.5",
"description": "A component that is resizable with handles.",

@@ -38,3 +38,3 @@ "main": "index.js",

"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",

@@ -47,20 +47,20 @@ "babel-plugin-transform-class-properties": "^6.24.1",

"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.54.0",
"eslint": "^4.7.2",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.55.0",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},
"dependencies": {
"prop-types": "^15.5.8",
"prop-types": "15.x",
"react-draggable": "^2.2.6 || ^3.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "0.14.x || 15.x || 16.x",
"react-dom": "0.14.x || 15.x || 16.x"
},

@@ -67,0 +67,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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