Gathering detailed insights and metrics for sync-local-deps
Gathering detailed insights and metrics for sync-local-deps
Gathering detailed insights and metrics for sync-local-deps
Gathering detailed insights and metrics for sync-local-deps
npm install sync-local-deps
Typescript
Module System
Node Version
NPM Version
68.7
Supply Chain
79.9
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
44 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 10, 2019
Latest Version
0.1.1
Package Id
sync-local-deps@0.1.1
Unpacked Size
421.92 kB
Size
391.21 kB
File Count
8
NPM Version
6.9.0
Node Version
8.9.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
Keep your local npm packages up-to-date with each other
npm install -g sync-local-deps
1sync-local-deps [root] [options] 2 3Options: 4 [root] directory where projects are located, defaults to cwd() 5 --dryrun, -D don't make changes [default: false] 6 --skip, -S list of directories to skip [array] [default: []] 7 --skipPublish, -P list of directories to not npm publish 8 [array] [default: []] 9 --skipGitPush, -G list of directories to not git push [array] [default: []] 10 --ignoreDevDeps, -I don't update dev deps [boolean] 11 --updateAll, -a include even those dependencies whose latest version 12 satisfies the declared semver dependency [boolean] 13 --npmVersion, -v npm version to bump to, see "npm version --help" 14 [string] [default: "patch"] 15 --only, -o only sync the given projects, looks at cwd if empty 16 [array] 17 --help Show help [boolean] 18 --version Show version number [boolean]
sync-local-deps does the following:
root
directory for projects that depend on other projects in root
npm install --save dep1@latest dep2@latest ...
git commit -am 'bump deps'
npm version patch && npm publish
git push
This process continues until every package has up-to-date local dependencies.
The output will looks something like this:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
5 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
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