Gathering detailed insights and metrics for xregexp-quotemeta
Gathering detailed insights and metrics for xregexp-quotemeta
Gathering detailed insights and metrics for xregexp-quotemeta
Gathering detailed insights and metrics for xregexp-quotemeta
npm install xregexp-quotemeta
Typescript
Module System
Node Version
NPM Version
76
Supply Chain
77.3
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (94.71%)
Shell (5.29%)
Total Downloads
598,385
Last Day
152
Last Week
2,229
Last Month
12,390
Last Year
200,188
1 Stars
12 Commits
2 Forks
2 Watching
4 Branches
1 Contributors
Latest Version
1.0.7
Package Id
xregexp-quotemeta@1.0.7
Unpacked Size
5.19 kB
Size
2.32 kB
File Count
5
NPM Version
6.14.10
Node Version
14.15.0
Cumulative downloads
Total Downloads
Last day
-77.7%
152
Compared to previous day
Last week
-30.9%
2,229
Compared to previous week
Last month
-0.3%
12,390
Compared to previous month
Last year
-14.1%
200,188
Compared to previous year
xregexp-quotemeta augments XRegExp to support the \Q..\E
construct for escaping special regular expression characters.
The functionality is added as an XRegExp addon.
The specific semantics of quotemeta support are described in slevithan/xregexp#85.
In browsers (bundle XRegExp with all of its addons):
1<script src="xregexp-all.js"></script> 2<script src="xregexp-quotemeta-inject.js"></script>
Using npm:
1npm install xregexp-quotemeta
In Node.js:
1const XRegExp = require('xregexp'); 2const quotemeta = require('xregexp-quotemeta'); 3quotemeta.addSupportTo(XRegExp);
In an AMD loader like RequireJS:
1require(['xregexp', 'xregexp-quotemeta'], function(XRegExp, quotemeta) { 2 quotemeta.addSupportTo(XRegExp); 3});
xregexp-quotemeta copyright 2018 by Brandon Mintern and copyright 2015 by Steven Levithan.
All code, including addons, tools, and tests, is released under the terms of the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/10 approved changesets -- 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-12-16
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