ngx-drag-drop
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0-rc.1
{ | ||
"name": "ngx-drag-drop", | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0-rc.1", | ||
"description": "Angular directives using the native HTML Drag And Drop API", | ||
@@ -26,8 +26,8 @@ "repository": { | ||
], | ||
"main": "./index.js", | ||
"main": "bundles/ngx-drag-drop.umd.js", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"start": "npm run build:lib && ng serve", | ||
"build": "ng build --prod", | ||
"build:lib": "gulp build", | ||
"build:lib": "ng-packagr -p ng-package.json", | ||
"publish:stable": "npm publish dist", | ||
@@ -40,15 +40,16 @@ "publish:next": "npm publish dist --tag next", | ||
"devDependencies": { | ||
"@angular/animations": "^4.2.3", | ||
"@angular/cli": "1.0.6", | ||
"@angular/common": "^4.2.0", | ||
"@angular/compiler": "^4.2.0", | ||
"@angular/compiler-cli": "^4.2.0", | ||
"@angular/core": "^4.2.0", | ||
"@angular/flex-layout": "^2.0.0-beta.8", | ||
"@angular/forms": "^4.2.3", | ||
"@angular/http": "^4.2.3", | ||
"@angular/material": "^2.0.0-beta.7", | ||
"@angular/platform-browser": "^4.2.0", | ||
"@angular/platform-browser-dynamic": "^4.2.0", | ||
"@angular/router": "^4.2.0", | ||
"@angular/animations": "^4.3.6", | ||
"@angular/cdk": "^2.0.0-beta.10", | ||
"@angular/cli": "^1.3.2", | ||
"@angular/common": "^4.3.6", | ||
"@angular/compiler": "^4.3.6", | ||
"@angular/compiler-cli": "^4.3.6", | ||
"@angular/core": "^4.3.6", | ||
"@angular/flex-layout": "^2.0.0-beta.9", | ||
"@angular/forms": "^4.3.6", | ||
"@angular/http": "^4.3.6", | ||
"@angular/material": "^2.0.0-beta.10", | ||
"@angular/platform-browser": "^4.3.6", | ||
"@angular/platform-browser-dynamic": "^4.3.6", | ||
"@angular/router": "^4.3.6", | ||
"@types/jasmine": "2.5.38", | ||
@@ -58,7 +59,2 @@ "@types/node": "~6.0.60", | ||
"core-js": "^2.4.1", | ||
"del": "^2.2.2", | ||
"drag-drop-polyfill": "git://github.com/timruffles/ios-html5-drag-drop-shim.git#rewrite", | ||
"gulp": "^3.9.1", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-rollup": "^2.11.0", | ||
"jasmine-core": "~2.5.2", | ||
@@ -72,9 +68,10 @@ "jasmine-spec-reporter": "~3.2.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"mobile-drag-drop": "^2.1.0", | ||
"ng-packagr": "^1.0.1", | ||
"protractor": "~5.1.0", | ||
"rollup": "^0.41.6", | ||
"run-sequence": "^1.2.2", | ||
"rxjs": "^5.1.0", | ||
"rxjs": "^5.4.3", | ||
"ts-node": "~2.0.0", | ||
"tslint": "~4.5.0", | ||
"typescript": "~2.2.0", | ||
"typescript": "^2.5.2", | ||
"zone.js": "^0.8.4" | ||
@@ -89,3 +86,6 @@ }, | ||
"node": ">=6.0.0" | ||
} | ||
} | ||
}, | ||
"module": "ngx-drag-drop/ngx-drag-drop.es5.js", | ||
"es2015": "ngx-drag-drop/ngx-drag-drop.js", | ||
"typings": "ngx-drag-drop.d.ts" | ||
} |
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
253348
35
20
2327
1