sortablejs
Advanced tools
Comparing version 1.10.2 to 1.11.2-alpha.2
{ | ||
"name": "sortablejs", | ||
"exportName": "Sortable", | ||
"version": "1.10.2", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-transform-object-assign": "^7.2.0", | ||
"@babel/preset-env": "^7.4.4", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"testcafe": "^1.3.1", | ||
"testcafe-browser-provider-saucelabs": "^1.7.0", | ||
"testcafe-reporter-xunit": "^2.1.0", | ||
"uglify-js": "^3.5.12" | ||
}, | ||
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.", | ||
"main": "./Sortable.js", | ||
"module": "modular/sortable.esm.js", | ||
"scripts": { | ||
"build:umd": "NODE_ENV=umd rollup -c ./scripts/umd-build.js", | ||
"build:umd:watch": "set NODE_ENV=umd&& rollup -w -c ./scripts/umd-build.js", | ||
"build:es": "set NODE_ENV=es&& rollup -c ./scripts/esm-build.js", | ||
"build:es:watch": "set NODE_ENV=es&& rollup -w -c ./scripts/esm-build.js", | ||
"minify": "node ./scripts/minify.js", | ||
"build": "npm run build:es && npm run build:umd && npm run minify", | ||
"test:compat": "node ./scripts/test-compat.js", | ||
"test": "node ./scripts/test.js" | ||
}, | ||
"maintainers": [ | ||
"Konstantin Lebedev <ibnRubaXa@gmail.com>", | ||
"Owen Mills <owen23355@gmail.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/SortableJS/Sortable.git" | ||
}, | ||
"files": [ | ||
"Sortable.js", | ||
"Sortable.min.js", | ||
"modular/" | ||
], | ||
"keywords": [ | ||
"sortable", | ||
"reorder", | ||
"drag", | ||
"meteor", | ||
"angular", | ||
"ng-sortable", | ||
"react", | ||
"vue", | ||
"mixin" | ||
], | ||
"license": "MIT" | ||
"name": "sortablejs", | ||
"version": "1.11.2-alpha.2", | ||
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices", | ||
"main": "dist/sortable.js", | ||
"browser": "dist/sortable.umd.js", | ||
"module": "dist/sortable.module.js", | ||
"scripts": { | ||
"build": "npm-run-all --parallel build:*", | ||
"build:umd": "microbundle -f umd -i src/complete-umd.ts -o dist/sortable.umd.js --name Sortable", | ||
"build:modular-core": "microbundle -f esm -i src/core-named.ts -o modular/sortable.core.esm.js", | ||
"build:modular-default": "microbundle -f esm -i src/default-named.ts -o modular/sortable.esm.js", | ||
"build:modular-complete": "microbundle -f esm -i src/complete-named.ts -o modular/sortable.complete.esm.js", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/SortableJS/Sortable.git" | ||
}, | ||
"maintainers": [ | ||
"Konstantin Lebedev <ibnRubaXa@gmail.com>", | ||
"Owen Mills <owen23355@gmail.com>", | ||
"Wayne Van Son <waynevanson@gmail.com>" | ||
], | ||
"keywords": [ | ||
"sortable", | ||
"reorder", | ||
"drag", | ||
"meteor", | ||
"angular", | ||
"ng-sortable", | ||
"react", | ||
"vue", | ||
"mixin" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"colorette": "^1.2.1", | ||
"microbundle": "^0.12.3", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^3.9.7" | ||
}, | ||
"gitHead": "6cd93be2e4ffc520375f12b0069915834318f2d1" | ||
} |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4
224188
4
162
1
2
1
0
2