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.5 to 0.6.6

1

lib/fs/fs.d.ts

@@ -65,2 +65,3 @@ /// <reference types="node" />

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

@@ -67,0 +68,0 @@ ensureDirSync(path: string, options?: number | fsExtra.EnsureOptions | undefined): void;

12

package.json
{
"name": "@platform/fs",
"version": "0.6.5",
"version": "0.6.6",
"description": "POSIX style file-system tools.",

@@ -14,5 +14,5 @@ "main": "lib/index",

"dependencies": {
"@platform/fs.types": "0.1.3",
"@platform/types": "0.5.13",
"@types/fs-extra": "9.0.5",
"@platform/fs.types": "0.1.4",
"@platform/types": "0.5.14",
"@types/fs-extra": "9.0.6",
"@types/js-yaml": "3.12.5",

@@ -29,4 +29,4 @@ "archiver": "5.1.0",

"devDependencies": {
"@platform/test": "0.2.1",
"@platform/ts.libs": "4.1.1",
"@platform/test": "0.2.2",
"@platform/ts.libs": "4.1.2",
"@types/archiver": "5.1.0",

@@ -33,0 +33,0 @@ "@types/dotenv": "8.2.0",

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