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 0.1.0 to 0.1.1

2

dropped-files/accepted-file.d.ts
export declare class AcceptedFile {
private acceptedFile;
file: File;
readonly file: File;
constructor(acceptedFile: File);
}

@@ -5,5 +5,5 @@ import { RejectionReasons } from '../properties/rejection-reasons';

private reason;
file: File;
rejectionReason: RejectionReasons;
readonly file: File;
readonly rejectionReason: RejectionReasons;
constructor(acceptedFile: File, reason: RejectionReasons);
}
{
"name": "ng2-file-drop",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -36,4 +36,2 @@ "description": "An Angular 2 module for simple desktop file drag and drop",

"@angular/platform-browser": "2.0.0",
"@types/core-js": "^0.9.32",
"@types/node": "^6.0.38",
"core-js": "^2.4.1",

@@ -47,7 +45,7 @@ "rxjs": "5.0.0-beta.12",

"concurrently": "^2.2.0",
"typescript": "^1.8.10",
"typescript": "^2.0.0",
"typings": "^1.3.2",
"codelyzer": "0.0.20",
"tslint": "3.11.0"
"codelyzer": "0.0.28",
"tslint": "3.15.1"
}
}

@@ -330,2 +330,5 @@ ## Build Status

### 0.1.1
* Updated package requirements to Typescript ^2.0.0 plus related package upgrades
### 0.1.0

@@ -332,0 +335,0 @@ * Updated Angular dependancy to 2.0.0

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