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.6.0 to 8.0.0

lib/actions/dragDrop/beginDrag.d.ts

17

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

@@ -31,3 +30,3 @@ },

},
"gitHead": "c08efd51636d4c3d49715bfa23e23567ad7a3dc2"
"gitHead": "1ac1094a5d1cd6b57294eaae6e860456b8e6563d"
}
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