Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-file-drop

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-file-drop - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

30

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc