🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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.24.6

tsconfig.json

2

lib/index.js

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

var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => {
api.assertVersion("^7.19.0");
api.assertVersion("^7.19.0 || >8.0.0-alpha <8.0.0-beta");
const {

@@ -13,0 +13,0 @@ runtime

{
"name": "@babel/plugin-proposal-duplicate-named-capturing-groups-regex",
"version": "7.24.1",
"version": "7.24.6",
"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.22.15",
"@babel/helper-plugin-utils": "^7.24.0"
"@babel/helper-create-regexp-features-plugin": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6"
},

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

"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/helper-plugin-test-runner": "^7.24.6",
"core-js": "^3.30.2"

@@ -42,3 +42,6 @@ },

"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -45,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet