Gathering detailed insights and metrics for @pnpm/exe
Gathering detailed insights and metrics for @pnpm/exe
Gathering detailed insights and metrics for @pnpm/exe
Gathering detailed insights and metrics for @pnpm/exe
npm install @pnpm/exe
pnpm 10.0 Alpha 4
Published on 25 Nov 2024
pnpm 10.0 Alpha 3
Published on 25 Nov 2024
v9.14.2
Published on 20 Nov 2024
v9.14.1
Published on 20 Nov 2024
pnpm 10.0 Alpha 2
Published on 15 Nov 2024
pnpm 10.0 Alpha 1
Published on 15 Nov 2024
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
29,921 Stars
9,387 Commits
1,024 Forks
139 Watching
255 Branches
296 Contributors
Updated on 28 Nov 2024
TypeScript (99.39%)
JavaScript (0.53%)
Shell (0.06%)
Batchfile (0.02%)
Cumulative downloads
Total Downloads
Last day
-23.9%
4,559
Compared to previous day
Last week
22.1%
42,414
Compared to previous week
Last month
21.9%
150,969
Compared to previous month
Last year
62%
1,801,540
Compared to previous year
简体ä¸æ–‡ | 日本語 | í•œêµì–´ | Italiano | Português Brasileiro
Fast, disk space efficient package manager:
node_modules
are linked from a single content-addressable storage.package.json
.pnpm-lock.yaml
.To quote the Rush team:
Microsoft uses pnpm in Rush repos with hundreds of projects and hundreds of PRs per day, and we’ve found it to be very fast and reliable.
Support this project by becoming a sponsor.
pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be stored in a content-addressable storage, so:
pnpm update
will only add 1 new file to the storage.As a result, you save gigabytes of space on your disk and you have a lot faster installations!
If you'd like more details about the unique node_modules
structure that pnpm creates and
why it works fine with the Node.js ecosystem, read this small article: Flat node_modules is not the only way.
💖 Like this project? Let people know with a tweet
pnpm is up to 2x faster than npm and Yarn classic. See all benchmarks here.
Benchmarks on an app with lots of dependencies:
Thank you to all our backers! Become a backer
This project exists thanks to all the people who contribute. Contribute.
The latest stable version of the package.
Stable Version
2
7.5/10
Summary
pnpm incorrectly parses tar archives relative to specification
Affected Versions
>= 8.0.0, < 8.6.8
Patched Versions
8.6.8
7.5/10
Summary
pnpm incorrectly parses tar archives relative to specification
Affected Versions
< 7.33.4
Patched Versions
7.33.4
Reason
30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 13/30 approved changesets -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
47 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More