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

draggable-helper

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draggable-helper - npm Package Compare versions

Comparing version 4.0.3 to 5.0.0

dist/cjs/index.d.ts

20

package.json
{
"name": "draggable-helper",
"version": "4.0.3",
"description": "",
"main": "dist/draggable-helper.cjs.js",
"module": "dist/draggable-helper.esm.js",
"version": "5.0.0",
"description": "To simplify drag and drop.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [

@@ -12,3 +12,4 @@ "dist"

"compile-scripts": "tsc --target ES6 --module CommonJS scripts/build.ts",
"build": "rollup -c scripts/build.js & node scripts/build.js --report"
"build": "rollup -c scripts/build.js & node scripts/build.js --report",
"watch": "rollup -c scripts/build.js --watch"
},

@@ -25,10 +26,13 @@ "author": "phphe <phphe@outlook.com> (https://github.com/phphe)",

"devDependencies": {
"rogo": "^2.0.2"
"@babel/preset-typescript": "^7.10.1",
"rogo": "^2.0.2",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.5"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"drag-event-service": "^1.0.4",
"helper-js": "^1.4.36"
"drag-event-service": "^1.1.6",
"helper-js": "^2.0.0"
},
"license": "MIT"
}

2

README.MD

@@ -0,1 +1,3 @@

# Follow documentation is for version 4. The documentation for newest version 5 is being written...
# draggable-helper

@@ -2,0 +4,0 @@ A js library to simplify your drag and drop functions. Start with a element, it will expose hooks(drag, moving, drop). You can stop drag, moving and drop by conditions. You can set minTranslate. Its code is easy, you can check source code.

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