Gathering detailed insights and metrics for strip-outer-parens
Gathering detailed insights and metrics for strip-outer-parens
Gathering detailed insights and metrics for strip-outer-parens
Gathering detailed insights and metrics for strip-outer-parens
Strip pairs of outermost brackets (custom, round, curly, angle, braces, parens, chevrons).
npm install strip-outer-parens
Typescript
Module System
Node Version
NPM Version
68.7
Supply Chain
80.7
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Sep 06, 2016
Latest Version
0.1.2
Package Id
strip-outer-parens@0.1.2
Size
2.57 kB
NPM Version
3.8.6
Node Version
6.1.0
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
No dependencies detected.
Strip pairs of outermost brackets (custom, round, curly, angle, braces, parens, chevrons).
The definition of "pair" is that there's an opening bracket at the start of the text, and its corresponding closing bracket at the end of the text.
1var stripOuterParens = require('strip-outer-parens'), 2 input = '{(<[[ ++ ]>)}', 3 stripped = stripOuterParens(input, { keepOuter: 2 }); 4console.log(stripped);
These properties are supported in the options object:
keepOuter
: non-negative interger, default: 0pairs
: array or string, default: '(){}[]<>'
ISC
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
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