Gathering detailed insights and metrics for minimost
Gathering detailed insights and metrics for minimost
Gathering detailed insights and metrics for minimost
Gathering detailed insights and metrics for minimost
npm install minimost
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.6
Supply Chain
77.3
Quality
77.5
Maintenance
100
Vulnerability
100
License
TypeScript (89%)
JavaScript (11%)
Total Downloads
1,570,807
Last Day
241
Last Week
1,930
Last Month
28,714
Last Year
220,229
11 Stars
19 Commits
1 Forks
3 Watching
3 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.2.0
Package Id
minimost@1.2.0
Size
2.53 kB
NPM Version
5.6.0
Node Version
9.11.2
Publised On
02 Nov 2018
Cumulative downloads
Total Downloads
Last day
-52.2%
241
Compared to previous day
Last week
-30.6%
1,930
Compared to previous week
Last month
-44.3%
28,714
Compared to previous month
Last year
22.7%
220,229
Compared to previous year
2
--foo-bar foo
results in { fooBar: 'foo' }
--
, eg: -- npm test
results in { '--': ['npm', 'test'] }
./bin foo -w
results in { input: ['foo'], flags: { w: true } }
This is similar to meow, but I sometime just want to parse argv without being a real CLI app.
1yarn add minimost
1const minimost = require('minimost') 2 3minimost(process.argv.slice(2), options)
minimist options, options['--']
is true
by default here.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
minimost © egoist, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).
egoist.sh · GitHub @egoist · Twitter @_egoistlily
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 1/19 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
87 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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