Socket
Socket
Sign inDemoInstall

@platform/fs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs - npm Package Compare versions

Comparing version 0.6.11 to 0.6.12

9

lib/fs.d.ts

@@ -219,4 +219,10 @@ /// <reference types="node" />

rename(oldPath: fsextra.PathLike, newPath: fsextra.PathLike): Promise<void>;
rm(path: fsextra.PathLike, options?: {
force?: boolean | undefined;
maxRetries?: number | undefined;
recursive?: boolean | undefined;
retryDelay?: number | undefined;
} | undefined): Promise<void>;
rmdir(path: fsextra.PathLike, callback: (err: NodeJS.ErrnoException) => void): void;
rmdir(path: fsextra.PathLike): Promise<void>;
rmdir(path: fsextra.PathLike, options?: fsextra.RmDirOptions | undefined): Promise<void>;
stat(path: fsextra.PathLike, callback: (err: NodeJS.ErrnoException, stats: fsextra.Stats) => any): void;

@@ -302,3 +308,2 @@ stat(path: fsextra.PathLike): Promise<fsextra.Stats>;

rmdirSync(path: fsextra.PathLike, options?: fsextra.RmDirOptions | undefined): void;
rm: typeof fsextra.rm;
rmSync(path: fsextra.PathLike, options?: fsextra.RmOptions | undefined): void;

@@ -305,0 +310,0 @@ mkdtempSync(prefix: string, options?: BufferEncoding | fsextra.BaseEncodingOptions | null | undefined): string;

{
"name": "@platform/fs",
"version": "0.6.11",
"version": "0.6.12",
"description": "POSIX style file-system tools.",

@@ -15,3 +15,3 @@ "main": "lib/index",

"@platform/fs.types": "0.1.8",
"@platform/types": "0.5.19",
"@platform/types": "0.5.20",
"@types/fs-extra": "9.0.11",

@@ -18,0 +18,0 @@ "@types/js-yaml": "4.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc