@platform/fs
Advanced tools
Comparing version 0.6.12 to 0.6.13
@@ -278,23 +278,2 @@ /// <reference types="node" /> | ||
lchmodSync(path: fsextra.PathLike, mode: import("fs").Mode): void; | ||
statSync(path: fsextra.PathLike, options?: (fsextra.StatOptions & { | ||
bigint?: false | undefined; | ||
}) | undefined): fsextra.Stats; | ||
statSync(path: fsextra.PathLike, options: fsextra.StatOptions & { | ||
bigint: true; | ||
}): fsextra.BigIntStats; | ||
statSync(path: fsextra.PathLike, options?: fsextra.StatOptions | undefined): fsextra.Stats | fsextra.BigIntStats; | ||
fstatSync(fd: number, options?: (fsextra.StatOptions & { | ||
bigint?: false | undefined; | ||
}) | undefined): fsextra.Stats; | ||
fstatSync(fd: number, options: fsextra.StatOptions & { | ||
bigint: true; | ||
}): fsextra.BigIntStats; | ||
fstatSync(fd: number, options?: fsextra.StatOptions | undefined): fsextra.Stats | fsextra.BigIntStats; | ||
lstatSync(path: fsextra.PathLike, options?: (fsextra.StatOptions & { | ||
bigint?: false | undefined; | ||
}) | undefined): fsextra.Stats; | ||
lstatSync(path: fsextra.PathLike, options: fsextra.StatOptions & { | ||
bigint: true; | ||
}): fsextra.BigIntStats; | ||
lstatSync(path: fsextra.PathLike, options?: fsextra.StatOptions | undefined): fsextra.Stats | fsextra.BigIntStats; | ||
linkSync(existingPath: fsextra.PathLike, newPath: fsextra.PathLike): void; | ||
@@ -405,4 +384,7 @@ symlinkSync(target: fsextra.PathLike, path: fsextra.PathLike, type?: import("fs").symlink.Type | null | undefined): void; | ||
WriteStream: typeof fsextra.WriteStream; | ||
statSync: fsextra.StatSyncFn<fsextra.PathLike>; | ||
fstatSync: fsextra.StatSyncFn<number>; | ||
lstatSync: fsextra.StatSyncFn<fsextra.PathLike>; | ||
constants: typeof fsextra.constants; | ||
BigIntStats: typeof fsextra.BigIntStats; | ||
}; |
{ | ||
"name": "@platform/fs", | ||
"version": "0.6.12", | ||
"version": "0.6.13", | ||
"description": "POSIX style file-system tools.", | ||
@@ -15,3 +15,3 @@ "main": "lib/index", | ||
"@platform/fs.types": "0.1.8", | ||
"@platform/types": "0.5.20", | ||
"@platform/types": "0.5.21", | ||
"@types/fs-extra": "9.0.11", | ||
@@ -18,0 +18,0 @@ "@types/js-yaml": "4.0.1", |
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
81018
1717
+ Added@platform/types@0.5.21(transitive)
- Removed@platform/types@0.5.20(transitive)
Updated@platform/types@0.5.21