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 1.0.0 to 2.0.0

6

lib/index.js

@@ -6,9 +6,9 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const util_1 = require("util");
const graceful_fs_1 = __importDefault(require("graceful-fs"));
const util_1 = require("util");
exports.default = {
createReadStream: graceful_fs_1.default.createReadStream,
readFile: util_1.promisify(graceful_fs_1.default.readFile),
writeFile: util_1.promisify(graceful_fs_1.default.writeFile),
readFile: (0, util_1.promisify)(graceful_fs_1.default.readFile),
writeFile: (0, util_1.promisify)(graceful_fs_1.default.writeFile),
};
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/graceful-fs",
"version": "1.0.0",
"description": "Promisified graceful-fs",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/graceful-fs",
"keywords": [
"pnpm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/graceful-fs#readme",
"dependencies": {
"graceful-fs": "^4.2.6"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/graceful-fs",
"version": "2.0.0",
"description": "Promisified graceful-fs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=14.19"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/graceful-fs",
"keywords": [
"pnpm7",
"pnpm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/graceful-fs#readme",
"dependencies": {
"graceful-fs": "^4.2.6"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/graceful-fs": "2.0.0"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"lint": "eslint src/**/*.ts",
"test": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
}
}

@@ -10,3 +10,3 @@ # @pnpm/graceful-fs

```sh
<pnpm|npm|yarn> add @pnpm/graceful-fs
pnpm add @pnpm/graceful-fs
```

@@ -13,0 +13,0 @@

Sorry, the diff of this file is not supported yet

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