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.20.5

6

lib/index.js

@@ -7,7 +7,4 @@ "use strict";

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) => {

@@ -18,7 +15,5 @@ api.assertVersion("^7.19.0");

} = options;
if (runtime !== undefined && typeof runtime !== "boolean") {
throw new Error("The 'runtime' option must be boolean");
}
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({

@@ -32,5 +27,4 @@ name: "proposal-duplicate-named-capturing-groups-regex",

});
exports.default = _default;
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@babel/plugin-proposal-duplicate-named-capturing-groups-regex",
"version": "7.19.1",
"version": "7.20.5",
"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.19.0",
"@babel/helper-plugin-utils": "^7.19.0"
"@babel/helper-create-regexp-features-plugin": "^7.20.5",
"@babel/helper-plugin-utils": "^7.20.2"
},

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

"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.20.5",
"@babel/helper-plugin-test-runner": "^7.18.6",
"core-js": "^3.25.1"
"core-js": "^3.26.0"
},

@@ -37,0 +37,0 @@ "engines": {

Sorry, the diff of this file is not supported yet