ng2-file-drop
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "ng2-file-drop", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "description": "An Angular module for simple desktop file drag and drop", | ||
"email": "lee.winder@gmail.com", | ||
"url": "www.leewinder.co.uk" | ||
"url": "http://www.leewinder.co.uk" | ||
}, | ||
@@ -29,30 +29,28 @@ "repository": { | ||
], | ||
"scripts": { | ||
"postinstall": "typings install", | ||
"typings": "typings" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^4.1.3", | ||
"@angular/common": "^4.1.3", | ||
"@angular/platform-browser": "^4.1.3", | ||
"@angular/core": "^5.2.3", | ||
"@angular/common": "^5.2.3", | ||
"@angular/platform-browser": "^5.2.3", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.4.0", | ||
"systemjs": "0.19.27", | ||
"tslerp": "^1.0.5", | ||
"tslerp": "^2.0.0", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"dependencies": { | ||
"@angular/core": "^4.1.3", | ||
"@angular/common": "^4.1.3", | ||
"@angular/platform-browser": "^4.1.3", | ||
"@angular/core": "^5.2.3", | ||
"@angular/common": "^5.2.3", | ||
"@angular/platform-browser": "^5.2.3", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.4.0", | ||
"systemjs": "0.19.27", | ||
"tslerp": "^1.0.5", | ||
"tslerp": "^2.0.0", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"@types/core-js": "^0.9.44", | ||
"@types/jasmine": "^2.8.3", | ||
"@types/node": "^8.5.7", | ||
"concurrently": "^2.2.0", | ||
"typescript": "^2.3.2", | ||
"typings": "^1.3.2", | ||
"typescript": "^2.6.2", | ||
"codelyzer": "0.0.28", | ||
@@ -59,0 +57,0 @@ "tslint": "3.15.1" |
@@ -25,7 +25,6 @@ ## Build Status | ||
## Dependancies | ||
Currently built against Angular ^4.1.3 and Typescript ^2.3.2 | ||
Currently built against Angular ^5.2.3 and Typescript ^2.6.2 | ||
ng2-file-drop has the following additional dependancies | ||
- [TsLerp](https://www.npmjs.com/package/tslerp): Typescript library for lerping single and multi-sample data sets over time | ||
- [Typings](https://www.npmjs.com/package/typings): `npm install typings --global` | ||
@@ -37,3 +36,3 @@ <br> | ||
`"ng2-file-drop": "^1.1.0"` | ||
`"ng2-file-drop": "^5.0.0"` | ||
@@ -382,2 +381,5 @@ Optionally, you can manually install the package using the npm command line | ||
### 5.0.0 | ||
* Added support for Angular 5 (built against 5.2.3) | ||
### 4.0.0 | ||
@@ -384,0 +386,0 @@ * Increased to Version 4 to match the version of Angular this build supports |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
410
0
68354
7
+ Added@angular/common@5.2.11(transitive)
+ Added@angular/core@5.2.11(transitive)
+ Added@angular/platform-browser@5.2.11(transitive)
+ Addedtslerp@2.0.0(transitive)
- Removed@angular/common@4.4.7(transitive)
- Removed@angular/core@4.4.7(transitive)
- Removed@angular/platform-browser@4.4.7(transitive)
- Removedtslerp@1.0.5(transitive)
Updated@angular/common@^5.2.3
Updated@angular/core@^5.2.3
Updatedtslerp@^2.0.0