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

react-dnd-html5-backend

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-html5-backend - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

17

package.json
{
"name": "react-dnd-html5-backend",
"version": "2.2.3",
"version": "2.2.4",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"clean": "rimraf lib",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack",
"build": "npm-run-all --parallel build:*",
"test": "npm-run-all clean build",
"clean": "../../node_modules/.bin/rimraf lib",
"build:lib": "../../node_modules/.bin/babel src --out-dir lib",
"build:umd": "../../node_modules/.bin/webpack",
"build": "../../node_modules/.bin/npm-run-all --parallel build:*",
"test": "../../node_modules/.bin/npm-run-all clean build",
"prepublish": "npm test"
},
"devDependencies": {
"react-dnd": "^2.2.3"
"react-dnd": "^2.2.4"
},

@@ -21,4 +22,4 @@ "dependencies": {

"peerDependencies": {
"react-dnd": "^2.2.3"
"react-dnd": "^2.2.4"
}
}

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