Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-unicode-regex

Package Overview
Dependencies
65
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.5 to 7.23.3

3

lib/index.js

@@ -9,3 +9,3 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)(api => {
var _default = exports.default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);

@@ -17,4 +17,3 @@ return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-transform-unicode-regex",
"version": "7.22.5",
"version": "7.23.3",
"description": "Compile ES2015 Unicode regex to ES5",

@@ -19,3 +19,3 @@ "repository": {

"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"

@@ -27,3 +27,3 @@ },

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -30,0 +30,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-transform-unicode-regex

See our website [@babel/plugin-transform-unicode-regex](https://babeljs.io/docs/en/babel-plugin-transform-unicode-regex) for more information.
See our website [@babel/plugin-transform-unicode-regex](https://babeljs.io/docs/babel-plugin-transform-unicode-regex) for more information.

@@ -8,0 +8,0 @@ ## Install

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