Gathering detailed insights and metrics for babel-plugin-transform-unicode-property-regex
Gathering detailed insights and metrics for babel-plugin-transform-unicode-property-regex
Gathering detailed insights and metrics for babel-plugin-transform-unicode-property-regex
Gathering detailed insights and metrics for babel-plugin-transform-unicode-property-regex
Compile Unicode property escapes in Unicode regular expressions to ES5 or ES6 that works in today’s environments.
npm install babel-plugin-transform-unicode-property-regex
Typescript
Module System
Min. Node Version
Node Version
NPM Version
73.4
Supply Chain
61.7
Quality
74
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
19 Stars
19 Commits
6 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Jan 28, 2023
Latest Version
2.0.5
Package Id
babel-plugin-transform-unicode-property-regex@2.0.5
Size
1.76 kB
NPM Version
5.3.0
Node Version
8.5.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
2
6
Compile Unicode property escapes (\p{…}
and \P{…}
) in Unicode regular expressions to ES5 or ES6 that works in today’s environments.
Note: the Unicode property escape syntax is non-standard and may or may not reflect what eventually gets specified.
1$ npm install babel-plugin-transform-unicode-property-regex
.babelrc
(recommended).babelrc
1{ 2 "plugins": ["transform-unicode-property-regex"] 3}
1$ babel --plugins transform-unicode-property-regex script.js
1require('babel-core').transform(code, { 2 'plugins': ['transform-unicode-property-regex'] 3});
To transpile to ES6/ES2015:
1require('babel-core').transform(code, { 2 'plugins': [ 3 ['transform-unicode-property-regex', { 'useUnicodeFlag': true }] 4 ] 5});
Mathias Bynens |
This code is available under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/19 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 archived
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
44 existing vulnerabilities detected
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