@pnpm/graceful-fs
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3417
1
6
1