Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
65
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.2.0

1

lib/index.js

@@ -53,2 +53,3 @@ "use strict";

return {
name: "proposal-unicode-property-regex",
visitor: {

@@ -55,0 +56,0 @@ RegExpLiteral(path) {

7

package.json
{
"name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",

@@ -30,5 +33,5 @@ "engines": {

"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

@@ -14,2 +14,4 @@ import { declare } from "@babel/helper-plugin-utils";

return {
name: "proposal-unicode-property-regex",
visitor: {

@@ -16,0 +18,0 @@ RegExpLiteral(path) {

{
"plugins": [
["proposal-unicode-property-regex", {
"useUnicodeFlag": true
}]
[
"proposal-unicode-property-regex",
{
"useUnicodeFlag": true
}
]
]
}
{
"plugins": [
["proposal-unicode-property-regex", {
"useUnicodeFlag": false
}]
[
"proposal-unicode-property-regex",
{
"useUnicodeFlag": false
}
]
]
}

Sorry, the diff of this file is not supported yet

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