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

dnd-core

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnd-core - npm Package Compare versions

Comparing version 2.1.0 to 2.2.3

39

package.json
{
"name": "dnd-core",
"version": "2.1.0",
"version": "2.2.3",
"description": "Drag and drop sans the GUI",

@@ -8,38 +8,7 @@ "main": "lib/index.js",

"clean": "rimraf lib",
"lint": "eslint '{src,test}/**/*.js'",
"build": "babel src --out-dir lib",
"unit_test": "jest",
"unit_test:watch": "jest --watch",
"unit_test:cov": "jest --coverage",
"develop": "npm run unit_test:watch",
"test": "npm-run-all clean lint build unit_test:cov",
"prepublish": "npm run build"
"test": "npm-run-all clean build",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/dnd-core.git"
},
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"contributors": [
"Chris Trevino <darthtrevino@gmail.com> (http://github.com/darthtrevino)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-dnd/dnd-core/issues"
},
"homepage": "https://github.com/react-dnd/dnd-core",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"expect.js": "^0.3.1",
"jest": "^18.1.0",
"npm-run-all": "^4.0.1",
"rimraf": "^2.4.3"
},
"devDependencies": {},
"dependencies": {

@@ -46,0 +15,0 @@ "asap": "^2.0.3",

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