draggable-helper
Advanced tools
Comparing version 4.0.3 to 5.0.0
{ | ||
"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" | ||
} |
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130195
11
2694
100
4
1
- Removedhelper-js@1.4.38(transitive)
Updateddrag-event-service@^1.1.6
Updatedhelper-js@^2.0.0