Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "drag-drop", | ||
"description": "HTML5 drag & drop for humans", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", | ||
@@ -11,10 +11,10 @@ "bugs": { | ||
"blob-to-buffer": "^1.0.2", | ||
"flatten": "0.0.1", | ||
"flatten": "^1.0.2", | ||
"run-parallel": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^10.2.1", | ||
"browserify": "^13.0.0", | ||
"html-inline": "^1.2.0", | ||
"node-static": "^0.7.6", | ||
"standard": "^4.5.2", | ||
"standard": "^5.4.1", | ||
"tape": "^4.0.0", | ||
@@ -45,7 +45,4 @@ "uglify-js": "^2.4.15" | ||
"example": "npm run build && static", | ||
"build": "browserify -s DragDrop -r ./ | uglifyjs -c warnings=false -m > dragdrop.bundle.js" | ||
}, | ||
"standard": { | ||
"ignore": "dragdrop.bundle.js" | ||
"build": "browserify -s DragDrop -r ./ | uglifyjs -c warnings=false -m > dragdrop.min.js" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
15473
+ Addedflatten@1.0.3(transitive)
- Removedflatten@0.0.1(transitive)
Updatedflatten@^1.0.2