New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-dnd

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd - npm Package Compare versions

Comparing version 2.4.0 to 2.5.1

package-lock.json

2

lib/DragDropContext.js

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

ref: function ref(child) {
return _this2.child = child;
_this2.child = child;
}

@@ -112,0 +112,0 @@ }));

@@ -78,3 +78,4 @@ 'use strict';

children: _propTypes2.default.element.isRequired,
window: _propTypes2.default.object }, _class.defaultProps = {
window: _propTypes2.default.object // eslint-disable-line react/forbid-prop-types
}, _class.defaultProps = {
window: undefined

@@ -81,0 +82,0 @@ }, _class.childContextTypes = _DragDropContext.CHILD_CONTEXT_TYPES, _class.displayName = 'DragDropContextProvider', _class.contextTypes = {

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

ref: function ref(child) {
return _this2.child = child;
_this2.child = child;
}

@@ -147,0 +147,0 @@ }));

{
"name": "react-dnd",
"version": "2.4.0",
"version": "2.5.1",
"description": "Drag and Drop for React",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"license": "MIT",

@@ -18,12 +22,11 @@ "scripts": {

"disposables": "^1.0.1",
"dnd-core": "^2.4.0",
"hoist-non-react-statics": "^1.2.0",
"dnd-core": "^2.5.1",
"hoist-non-react-statics": "^2.1.0",
"invariant": "^2.1.0",
"lodash": "^4.2.0",
"prop-types": "^15.5.8"
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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