fs-extra-p
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -8,3 +8,3 @@ declare module "fs-extra-p" { | ||
export interface CopyOptions { | ||
clobber?: boolean | ||
overwrite?: boolean | ||
dereference?: boolean | ||
@@ -16,3 +16,3 @@ filter?: RegExp | ((file: string, stat: Stats) => boolean) | ||
export interface MoveOptions { | ||
clobber?: boolean | ||
overwrite?: boolean | ||
limit?: number | ||
@@ -47,3 +47,3 @@ } | ||
export function outputJson(file: string, data: any): Promise<void> | ||
export function outputJson(file: string, data: any, options?: JsonOptions): Promise<void> | ||
@@ -50,0 +50,0 @@ export function outputJsonSync(file: string, data: any): void |
{ | ||
"name": "fs-extra-p", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "fs-extra module promisified with bluebird", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"bluebird-lst-c": "^1.0.5", | ||
"fs-extra": "^1.0.0" | ||
"bluebird-lst-c": "^1.0.6", | ||
"fs-extra": "^2.0.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "engines": { |
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
10380
+ Addedfs-extra@2.1.2(transitive)
- Removedfs-extra@1.0.0(transitive)
- Removedklaw@1.3.1(transitive)
Updatedbluebird-lst-c@^1.0.6
Updatedfs-extra@^2.0.0