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.9 to 0.6.10

8

lib/fs.d.ts

@@ -216,9 +216,3 @@ /// <reference types="node" />

readlink(path: fsextra.PathLike): Promise<string>;
realpath(path: fsextra.PathLike, callback: (err: NodeJS.ErrnoException, resolvedPath: string) => any): void;
realpath(path: fsextra.PathLike, cache: {
[path: string]: string;
}, callback: (err: NodeJS.ErrnoException, resolvedPath: string) => any): void;
realpath(path: fsextra.PathLike, cache?: {
[path: string]: string;
} | undefined): Promise<string>;
realpath: typeof fsextra.realpath;
rename(oldPath: fsextra.PathLike, newPath: fsextra.PathLike, callback: (err: NodeJS.ErrnoException) => void): void;

@@ -225,0 +219,0 @@ rename(oldPath: fsextra.PathLike, newPath: fsextra.PathLike): Promise<void>;

10

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

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

"dependencies": {
"@platform/fs.types": "0.1.6",
"@platform/types": "0.5.17",
"@platform/fs.types": "0.1.7",
"@platform/types": "0.5.18",
"@types/fs-extra": "9.0.9",

@@ -29,4 +29,4 @@ "@types/js-yaml": "4.0.0",

"devDependencies": {
"@platform/test": "0.2.4",
"@platform/ts.libs": "4.2.0",
"@platform/test": "0.2.5",
"@platform/ts.libs": "4.2.1",
"@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