You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@babel/plugin-proposal-duplicate-named-capturing-groups-regex

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-duplicate-named-capturing-groups-regex - npm Package Compare versions

Comparing version

to
7.21.4-esm.4

lib/package.json

15

lib/index.js

@@ -1,10 +0,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
import { createRegExpFeaturePlugin } from "@babel/helper-create-regexp-features-plugin";
import { declare } from "@babel/helper-plugin-utils";
export default declare((api, options) => {
api.assertVersion("^7.19.0");

@@ -17,3 +11,3 @@ const {

}
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({
return createRegExpFeaturePlugin({
name: "proposal-duplicate-named-capturing-groups-regex",

@@ -26,4 +20,3 @@ feature: "duplicateNamedCaptureGroups",

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-duplicate-named-capturing-groups-regex",
"version": "7.21.4-esm.3",
"version": "7.21.4-esm.4",
"description": "Compile regular expressions using duplicate named groups to index-based groups.",

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

"dependencies": {
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.3",
"@babel/helper-plugin-utils": "7.21.4-esm.3"
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.4",
"@babel/helper-plugin-utils": "7.21.4-esm.4"
},

@@ -32,4 +32,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.21.4-esm.3",
"@babel/helper-plugin-test-runner": "7.21.4-esm.3",
"@babel/core": "7.21.4-esm.4",
"@babel/helper-plugin-test-runner": "7.21.4-esm.4",
"core-js": "^3.26.0"

@@ -36,0 +36,0 @@ },

Sorry, the diff of this file is not supported yet