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 7.0.2 to 7.1.0

lib/cjs/actions/dragDrop/beginDrag.d.ts

16

package.json
{
"name": "dnd-core",
"version": "7.0.2",
"version": "7.1.0",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "./lib/cjs/index.js",
"types": "./lib/cjs/index.d.ts",
"scripts": {
"build:esm": "tsc -b tsconfig.esm.json",
"build:cjs": "tsc -b tsconfig.cjs.json",
"build": "run-p build:*",
"clean": "rimraf lib",
"build": "tsc",
"watch": "tsc -w --preserveWatchOutput",

@@ -27,6 +29,6 @@ "start": "npm run watch",

"npm-run-all": "^4.1.5",
"rimraf": "^2.6.2",
"typescript": "^3.1.6"
"rimraf": "^2.6.3",
"typescript": "^3.3.3333"
},
"gitHead": "22666e78ac62fffee7f8a371b61ecb9c3597f9c8"
"gitHead": "3c1a0125eba8738c87a19946dd49b13d433da4df"
}
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