ng2-file-upload
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
@@ -37,3 +37,3 @@ var file_like_object_1 = require('./file-like-object'); | ||
var temp = new file_like_object_1.FileLikeObject(some); | ||
if (_this._isValidFile(temp, [], options)) { | ||
if (_this._isValidFile(temp, arrayOfFilters, options)) { | ||
var fileItem = new file_item_1.FileItem(_this, some, options); | ||
@@ -40,0 +40,0 @@ addedFileItems.push(fileItem); |
@@ -47,3 +47,3 @@ import {FileLikeObject} from './file-like-object'; | ||
if (this._isValidFile(temp, [], options)) { | ||
if (this._isValidFile(temp, arrayOfFilters, options)) { | ||
let fileItem = new FileItem(this, some, options); | ||
@@ -50,0 +50,0 @@ addedFileItems.push(fileItem); |
{ | ||
"name": "ng2-file-upload", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "angular2 file upload directives", | ||
@@ -38,3 +38,3 @@ "scripts": { | ||
"bootstrap": "3.3.6", | ||
"clean-webpack-plugin": "0.1.5", | ||
"clean-webpack-plugin": "0.1.8", | ||
"compression-webpack-plugin": "0.2.0", | ||
@@ -49,7 +49,7 @@ "eslint": "1.10.3", | ||
"gulp-tsc": "1.1.4", | ||
"gulp-tslint": "4.2.2", | ||
"gulp-tslint": "4.3.1", | ||
"html-loader": "0.4.0", | ||
"markdown-loader": "0.1.7", | ||
"marked": "0.3.5", | ||
"moment": "2.11.0", | ||
"moment": "2.11.1", | ||
"ng2-bootstrap": "1.0.0-beta.2", | ||
@@ -61,6 +61,6 @@ "pre-commit": "1.1.2", | ||
"require-dir": "0.3.0", | ||
"ts-loader": "0.7.2", | ||
"tslint": "3.2.1", | ||
"ts-loader": "0.8.0", | ||
"tslint": "3.3.0", | ||
"typescript": "1.7.5", | ||
"webpack": "1.12.10", | ||
"webpack": "1.12.12", | ||
"webpack-dev-server": "1.14.0" | ||
@@ -67,0 +67,0 @@ }, |
@@ -1,6 +0,12 @@ | ||
# ng2-file-upload | ||
# ng2-file-upload [![npm version](https://badge.fury.io/js/ng2-file-upload.svg)](http://badge.fury.io/js/ng2-file-upload) | ||
Easy to use Angular2 directives for files upload ([demo](http://valor-software.github.io/ng2-file-upload/)) | ||
Follow to be notified about new releases: [twitter](https://twitter.com/valorkin) | ||
Follow me at [twitter](https://twitter.com/valorkin) to be notified about new releases. | ||
[![Code Climate](https://codeclimate.com/github/valor-software/ng2-file-upload/badges/gpa.svg)](https://codeclimate.com/github/valor-software/ng2-file-upload) | ||
[![Join the chat at https://gitter.im/valor-software/ng2-bootstrap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Dependency Status](https://david-dm.org/valor-software/ng2-file-upload.svg)](https://david-dm.org/valor-software/ng2-file-upload) | ||
[![devDependency Status](https://david-dm.org/valor-software/ng2-file-upload/dev-status.svg)](https://david-dm.org/valor-software/ng2-file-upload#info=devDependencies) | ||
[![Throughput Graph](https://graphs.waffle.io/valor-software/ng2-file-upload/throughput.svg)](https://waffle.io/valor-software/ng2-file-upload/metrics) | ||
## Quick start | ||
@@ -7,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
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
89717
61