Socket
Socket
Sign inDemoInstall

react-resizable-box

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resizable-box - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

lib/index.js

@@ -132,3 +132,3 @@ 'use strict';

window.removeEventListener('mousemove', this.onMouseMove);
window.removeEventListener('touchmove', this.onTouchMove);
window.removeEventListener('touchmove', this.onMouseMove);
window.removeEventListener('touchend', this.onMouseUp);

@@ -135,0 +135,0 @@ }

{
"name": "react-resizable-box",
"version": "2.0.4",
"version": "2.0.5",
"description": "",

@@ -45,15 +45,15 @@ "main": "lib/index.js",

"babelify": "7.3.0",
"browserify": "14.3.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"browserify": "14.4.0",
"eslint-config-airbnb": "15.0.2",
"eslint": "4.2.0",
"eslint-plugin-flowtype": "^2.31.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.0",
"eslint-plugin-react": "7.0.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "7.1.0",
"espower-babel": "4.0.3",
"estraverse": "4.2.0",
"estraverse-fb": "1.3.1",
"flow-bin": "^0.45.0",
"estraverse-fb": "1.3.2",
"flow-bin": "^0.50.0",
"flow-runtime": "^0.12.0",
"husky": "^0.13.3",
"husky": "^0.14.0",
"karma": "^1.6.0",

@@ -66,9 +66,9 @@ "karma-browserify": "^5.1.1",

"karma-phantomjs-launcher": "^1.0.4",
"mocha": "3.3.0",
"mocha": "3.4.2",
"phantomjs-prebuilt": "^2.1.14",
"power-assert": "1.4.2",
"react": "^15.5.3",
"power-assert": "1.4.3",
"react": "^15.6.1",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.3",
"sinon": "2.2.0",
"sinon": "2.3.7",
"watchify": "3.9.0"

@@ -75,0 +75,0 @@ },

@@ -218,2 +218,6 @@ # react-resizable-box

#### v2.0.5
- Fix remove event listener
#### v2.0.4

@@ -220,0 +224,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