Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-named-capturing-groups-regex

Package Overview
Dependencies
65
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.17.10 to 7.17.12

10

lib/index.js

@@ -6,7 +6,9 @@ "use strict";

});
exports.default = _default;
exports.default = void 0;
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");
function _default(core, options) {
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
const {

@@ -27,2 +29,4 @@ runtime = true

});
}
});
exports.default = _default;
{
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"version": "7.17.10",
"version": "7.17.12",
"description": "Compile regular expressions using named groups to ES5.",

@@ -24,3 +24,4 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",

"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.17.0"
"@babel/helper-create-regexp-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12"
},

@@ -31,3 +32,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/helper-plugin-test-runner": "^7.16.7",

@@ -34,0 +35,0 @@ "core-js": "^3.22.1"

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