Gathering detailed insights and metrics for yarn-workspace-sync-deps
Gathering detailed insights and metrics for yarn-workspace-sync-deps
Gathering detailed insights and metrics for yarn-workspace-sync-deps
Gathering detailed insights and metrics for yarn-workspace-sync-deps
A simple script for keeping dependencies are same between root and packages on Yarn workspaces
npm install yarn-workspace-sync-deps
Typescript
Module System
Node Version
NPM Version
70.9
Supply Chain
75.3
Quality
75.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
141 Commits
3 Forks
3 Watchers
4 Branches
4 Contributors
Updated on Jan 09, 2022
Latest Version
0.3.3
Package Id
yarn-workspace-sync-deps@0.3.3
Unpacked Size
7.35 kB
Size
3.19 kB
File Count
7
NPM Version
8.1.2
Node Version
16.13.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
A simple script for keeping dependencies are same between root and packages on Yarn workspaces.
We are using Yarn workspaces and enabled Greenkeeper,
but Greenkeeper currently doesn't check for packages/*
. We gave up the
independent dependencies in packages/*
, make the dependencies same as root
dependencies.
You still need update the dependencies of packages/*
on local, but it will be
helpful for CI and Greenkeeper.
In the root workspace:
1$ yarn add --dev -W yarn-workspace-sync-deps
We are using it after yarn install in the root workspace:
1{ 2 "scripts": { 3 "postinstall": "yarnw-sync-deps && yarn --ignore-scripts" 4 } 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
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
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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