Gathering detailed insights and metrics for syncpack
Gathering detailed insights and metrics for syncpack
Gathering detailed insights and metrics for syncpack
Gathering detailed insights and metrics for syncpack
@terminal-nerds/syncpack-config
Terminal Nerds extendable configuration for syncpack.
@clabnet/configs-syncpack
Shared syncpack config for monorepo and lib packages
@muravjev/configs-syncpack
Shared syncpack config
@adchitects/syncpack-config
@adchitects extendable configuration for syncpack.
Consistent dependency versions in large JavaScript Monorepos.
npm install syncpack
Typescript
Module System
Min. Node Version
Node Version
NPM Version
94.8
Supply Chain
87
Quality
92.9
Maintenance
100
Vulnerability
99.6
License
14.0.0-alpha.10
Updated on Feb 11, 2025
14.0.0-alpha.9
Updated on Feb 10, 2025
14.0.0-alpha.8
Updated on Feb 10, 2025
14.0.0-alpha.7
Updated on Feb 09, 2025
14.0.0-alpha.6
Updated on Feb 09, 2025
14.0.0-alpha.5
Updated on Feb 05, 2025
TypeScript (81.38%)
MDX (15.27%)
JavaScript (2.62%)
Astro (0.46%)
CSS (0.15%)
Shell (0.13%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
44,591,434
Last Day
190,898
Last Week
1,011,765
Last Month
4,137,292
Last Year
28,296,174
MIT License
1,547 Stars
493 Commits
58 Forks
7 Watchers
6 Branches
27 Contributors
Updated on Feb 14, 2025
Latest Version
13.0.2
Package Id
syncpack@13.0.2
Unpacked Size
279.89 kB
Size
57.53 kB
File Count
230
NPM Version
11.0.0
Node Version
22.11.0
Published on
Feb 05, 2025
Cumulative downloads
Total Downloads
Last Day
-0.4%
190,898
Compared to previous day
Last Week
-3.4%
1,011,765
Compared to previous week
Last Month
75.8%
4,137,292
Compared to previous month
Last Year
252.9%
28,296,174
Compared to previous year
18
Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack
[!TIP] 🦀 A Rust rewrite is available to try at
npm install -g syncpack@alpha
1npm install --save-dev syncpack
Ensure that multiple packages requiring the same dependency define the same version, so that every package requires eg. react@16.4.2
, instead of a combination of react@16.4.2
, react@0.15.9
, and react@16.0.0
.
Organise package.json files according to a conventional format, where fields appear in a predictable order and nested fields are ordered alphabetically. Shorthand properties are used where available, such as the "repository"
and "bugs"
fields.
Lint all versions and ranges and exit with 0 or 1 based on whether all files match your Syncpack configuration file.
Check whether dependency versions used within "dependencies", "devDependencies", etc follow a consistent format.
List all dependencies required by your packages.
List dependencies which are required by multiple packages, where the version is not the same across every package.
Displays a series of prompts to fix mismatches which syncpack cannot fix automatically.
Ensure dependency versions used within "dependencies"
, "devDependencies"
etc follow a consistent format.
Interactively update packages to the latest versions from the npm registry, wherever they are in your monorepo. You can update every dependency, just dev/peer/prod dependencies, just packages which match a name filter, and more.
No vulnerabilities found.
Reason
10 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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