Gathering detailed insights and metrics for ws-pkg-list
Gathering detailed insights and metrics for ws-pkg-list
npm install ws-pkg-list
Typescript
Module System
Node Version
NPM Version
TypeScript (74.24%)
JavaScript (25.4%)
Smarty (0.35%)
Total Downloads
66,809
Last Day
2
Last Week
198
Last Month
722
Last Year
7,642
14 Stars
1,345 Commits
3 Forks
3 Watching
1 Branches
17 Contributors
Minified
Minified + Gzipped
Latest Version
3.0.2
Package Id
ws-pkg-list@3.0.2
Unpacked Size
61.88 kB
Size
13.91 kB
File Count
33
NPM Version
lerna/6.6.2/node@v22.1.0+x64 (win32)
Node Version
22.1.0
Publised On
03 May 2024
Cumulative downloads
Total Downloads
Last day
-71.4%
2
Compared to previous day
Last week
153.8%
198
Compared to previous week
Last month
-16.7%
722
Compared to previous month
Last year
-53.4%
7,642
Compared to previous year
get Yarn Workspaces Packages List and can help create
paths
fortsconfig.json
1console.log(workspacesPackagesList(process.cwd(), true)); 2/* 3[ '[abs path]/packages/create-yarn-workspaces', 4 '[abs path]/packages/find-pkg-ws', 5 '[abs path]/packages/npm-init2', 6 '[abs path]/packages/workspaces-config', 7 '[abs path]/packages/ws-pkg-list' ] 8 */
1console.log(readPackages(workspacesPackagesList(process.cwd(), false))); 2/* 3{ 'create-yarn-workspaces': 4 { name: 'create-yarn-workspaces', 5 path: '..\\create-yarn-workspaces', 6 fullpath: 7 '[abs path]\\packages\\create-yarn-workspaces', 8 config: 9 { name: 'create-yarn-workspaces', 10 version: '1.0.7', 11 description: 'yarn create yarn-workspaces npx create-yarn-workspaces', 12 keywords: [Array], 13 homepage: 14 'https://github.com/bluelovers/create-yarn-workspaces#readme', 15 bugs: [Object], 16 repository: [Object], 17 license: 'ISC', 18 author: '', 19 main: 'index.js', 20 bin: [Object], 21 directories: [Object], 22 scripts: [Object], 23 dependencies: [Object], 24 devDependencies: {} } }, 25 26 ... 27 28 'ws-pkg-list': 29 { name: 'ws-pkg-list', 30 path: '.', 31 fullpath: 32 '[abs path]\\packages\\ws-pkg-list', 33 config: 34 { name: 'ws-pkg-list', 35 version: '1.0.0', 36 description: 'get Workspaces Packages List', 37 main: 'index.js', 38 scripts: [Object], 39 author: '', 40 license: 'ISC', 41 dependencies: [Object] } } } 42 */
1console.log(tsConfigPaths(workspacesPackagesList(true))); 2/* 3{ 'create-yarn-workspaces/*': 4 [ '[abs path]\\packages\\create-yarn-workspaces\\*' ], 5 'find-pkg-ws/*': 6 [ '[abs path]\\packages\\find-pkg-ws\\*' ], 7 'npm-init2/*': 8 [ '[abs path]\\packages\\npm-init2\\*' ], 9 'workspaces-config/*': 10 [ '[abs path]\\packages\\workspaces-config\\*' ], 11 'ws-pkg-list/*': 12 [ '[abs path]\\packages\\ws-pkg-list\\*' ] } 13 */
1console.log(tsConfigPaths(workspacesPackagesList(false))); 2console.log(tsConfigPaths(process.cwd())); 3/* 4{ 'create-yarn-workspaces/*': 5 [ '..\\create-yarn-workspaces\\*', 6 '[abs path]\\packages\\create-yarn-workspaces\\*' ], 7 'find-pkg-ws/*': 8 [ '..\\find-pkg-ws\\*', 9 '[abs path]\\packages\\find-pkg-ws\\*' ], 10 'npm-init2/*': 11 [ '..\\npm-init2\\*', 12 '[abs path]\\packages\\npm-init2\\*' ], 13 'workspaces-config/*': 14 [ '..\\workspaces-config\\*', 15 '[abs path]\\packages\\workspaces-config\\*' ] } 16 */
No vulnerabilities found.
Reason
no binaries found in the repo
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
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
85 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-13
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