fs-extra-p
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -201,6 +201,4 @@ import { Stats, WriteStream } from "fs" | ||
export function existsSync(path: string): boolean | ||
export function pathExists(path: string): boolean | ||
export function existsSync(path: string): boolean | ||
export function access(path: string | Buffer, mode?: number): Promise<void> | ||
@@ -207,0 +205,0 @@ |
{ | ||
"name": "fs-extra-p", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "fs-extra module promisified with bluebird", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=6.0.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "files": [ |
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
10371
149