angular-sortablejs
Advanced tools
Comparing version 1.2.1 to 1.3.0-0
{ | ||
"name": "angular-sortablejs", | ||
"version": "1.2.1", | ||
"version": "1.3.0-0", | ||
"description": "SortableJS for Angular 2+", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index", | ||
"scripts": { | ||
"clean": "rimraf ./dist/* ./codegen/*", | ||
"build": "tsc", | ||
"prebuild": "npm run clean", | ||
"build-dist": "ngc -p tsconfig-dist.json", | ||
"prebuild-dist": "npm run clean", | ||
"prepublish": "npm run tslint && npm run build-dist", | ||
"tslint": "tslint ./app/**/*.ts -t verbose" | ||
@@ -31,10 +37,9 @@ }, | ||
"dependencies": { | ||
"@angular/common": "^2.0.0", | ||
"@angular/core": "^2.0.0", | ||
"@angular/forms": "^2.0.0", | ||
"rxjs": "^5.0.0-beta.12", | ||
"sortablejs": "^1.4.2", | ||
"zone.js": "^0.6.17" | ||
"sortablejs": "^1.4.2" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^2.1.0", | ||
"@angular/compiler-cli": "^2.1.0", | ||
"@types/core-js": "^0.9.32", | ||
@@ -45,5 +50,10 @@ "@types/node": "^6.0.38", | ||
"git-validate": "^2.1.4", | ||
"rimraf": "^2.5.2", | ||
"rxjs": "^5.0.2", | ||
"tslint": "^3.13.0", | ||
"typescript": "^2.0.0" | ||
"typescript": "2.0.3" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"pre-commit": [ | ||
@@ -50,0 +60,0 @@ "tslint" |
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
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
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
23508
3
14
0
11
189
1
1
- Removed@angular/common@^2.0.0
- Removedrxjs@^5.0.0-beta.12
- Removedzone.js@^0.6.17
- Removedzone.js@0.6.26(transitive)