fs-extra-p
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -16,5 +16,5 @@ declare module "bluebird" { | ||
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T) => BluebirdPromise<any>, opts?: MapOptions): BluebirdPromise<Array<any>> | ||
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T) => PromiseLike<any>, opts?: MapOptions): BluebirdPromise<Array<any>> | ||
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T, index: number) => BluebirdPromise<any>, opts?: MapOptions): BluebirdPromise<Array<any>> | ||
static map<T>(items: Iterable<T | PromiseLike<T>>, mapper: (item: T, index: number) => PromiseLike<any>, opts?: MapOptions): BluebirdPromise<Array<any>> | ||
@@ -21,0 +21,0 @@ static mapSeries<T>(items: Iterable<T>, mapper: (item: T) => BluebirdPromise<any>): BluebirdPromise<any> |
{ | ||
"name": "fs-extra-p", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "fs-extra module promisified with bluebird", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13765