Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-unicode-property-regex

Package Overview
Dependencies
88
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.39 to 7.0.0-beta.40

10

package.json
{
"name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.0.0-beta.39",
"version": "7.0.0-beta.40",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",

@@ -22,12 +22,12 @@ "homepage": "https://babeljs.io/",

"dependencies": {
"@babel/helper-regex": "7.0.0-beta.39",
"@babel/helper-regex": "7.0.0-beta.40",
"regexpu-core": "^4.1.3"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.39"
"@babel/core": "7.0.0-beta.40"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.39",
"@babel/helper-plugin-test-runner": "7.0.0-beta.39"
"@babel/core": "7.0.0-beta.40",
"@babel/helper-plugin-test-runner": "7.0.0-beta.40"
}
}

@@ -5,4 +5,2 @@ # @babel/plugin-proposal-unicode-property-regex

**Note:** the Unicode property escape syntax is non-standard and may or may not reflect what eventually gets specified.
[Here’s an online demo.](https://mothereff.in/regexpu#input=var+regex+%3D+/%5Cp%7BScript_Extensions%3DGreek%7D/u%3B&unicodePropertyEscape=1)

@@ -9,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc