Installations
npm install xregexp-quotemeta
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
14.15.0
NPM Version
6.14.10
Score
76
Supply Chain
77.3
Quality
75.5
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (94.71%)
Shell (5.29%)
Developer
mintern
Download Statistics
Total Downloads
598,385
Last Day
152
Last Week
2,229
Last Month
12,390
Last Year
200,188
GitHub Statistics
1 Stars
12 Commits
2 Forks
2 Watching
4 Branches
1 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
598,385
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
xregexp-quotemeta 1.0.7
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.
Installation and usage
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});
About
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
9 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
1.9
/10
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