Socket
Socket
Sign inDemoInstall

@pnpm/graceful-fs

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/graceful-fs - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

6

lib/index.d.ts

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

writeFile: typeof gfs.writeFile.__promisify__;
writeFileSync: typeof gfs.writeFileSync;
readFileSync: typeof gfs.readFileSync;
unlinkSync: typeof gfs.unlinkSync;
linkSync: typeof gfs.linkSync;
statSync: gfs.StatSyncFn;
copyFileSync: typeof gfs.copyFileSync;
};
export default _default;

@@ -15,3 +15,9 @@ "use strict";

writeFile: (0, util_1.promisify)(graceful_fs_1.default.writeFile),
writeFileSync: graceful_fs_1.default.writeFileSync,
readFileSync: graceful_fs_1.default.readFileSync,
unlinkSync: graceful_fs_1.default.unlinkSync,
linkSync: graceful_fs_1.default.linkSync,
statSync: graceful_fs_1.default.statSync,
copyFileSync: graceful_fs_1.default.copyFileSync,
};
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@pnpm/graceful-fs",
"version": "3.0.0",
"version": "3.1.0",
"description": "Promisified graceful-fs",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"@types/graceful-fs": "^4.1.6",
"@pnpm/graceful-fs": "3.0.0"
"@pnpm/graceful-fs": "3.1.0"
},

@@ -33,0 +33,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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