Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0.57 to 0.0.58

6

lib/fs/fs.d.ts

@@ -35,5 +35,5 @@ /// <reference types="node" />

createFileSync(file: string): void;
ensureDir(path: string): Promise<void>;
ensureDir(path: string, callback: (err: Error) => void): void;
ensureDirSync(path: string): void;
ensureDir(path: string, options?: number | fsExtra.EnsureOptions | undefined): Promise<void>;
ensureDir(path: string, options?: number | fsExtra.EnsureOptions | undefined, callback?: ((err: Error) => void) | undefined): void;
ensureDirSync(path: string, options?: number | fsExtra.EnsureOptions | undefined): void;
mkdirs(dir: string): Promise<void>;

@@ -40,0 +40,0 @@ mkdirs(dir: string, callback: (err: Error) => void): void;

{
"name": "@platform/fs",
"version": "0.0.57",
"version": "0.0.58",
"description": "File system tools.",

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

"dependencies": {
"@types/fs-extra": "5.0.5",
"@types/fs-extra": "5.1.0",
"@types/js-yaml": "3.12.1",

@@ -18,0 +18,0 @@ "fast-glob": "2.2.6",

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