Gathering detailed insights and metrics for @hyrious/shellwords
Gathering detailed insights and metrics for @hyrious/shellwords
Gathering detailed insights and metrics for @hyrious/shellwords
Gathering detailed insights and metrics for @hyrious/shellwords
npm install @hyrious/shellwords
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
7 Commits
2 Watching
1 Branches
1 Contributors
Updated on 14 Aug 2021
TypeScript (97.52%)
JavaScript (2.48%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
3
Compared to previous week
Last month
0%
7
Compared to previous month
Last year
-53.6%
83
Compared to previous year
2
Ruby's stdlib shellwords porting to JS (TS).
1import Shellwords from "@hyrious/shellwords" 2// const Shellwords = require("@hyrious/shellwords") 3 4Shellwords.split('here are "two words"') 5// [ 'here', 'are', 'two words' ] 6Shellwords.escape("It's better to give than to receive") 7// "It\\'s\\ better\\ to\\ give\\ than\\ to\\ receive" 8Shellwords.join(['--a=b c', '-d', 'e f']) 9// '--a\\=b\\ c -d e\\ f'
MIT @ hyrious
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-25
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