New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-proposal-regexp-modifiers

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-regexp-modifiers - npm Package Compare versions

Comparing version 7.21.4-esm.4 to 7.22.5

15

lib/index.js

@@ -1,6 +0,12 @@

import { createRegExpFeaturePlugin } from "@babel/helper-create-regexp-features-plugin";
import { declare } from "@babel/helper-plugin-utils";
export default declare(api => {
"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 => {
api.assertVersion("^7.19.0");
return createRegExpFeaturePlugin({
return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({
name: "proposal-regexp-modifiers",

@@ -10,3 +16,4 @@ feature: "modifiers"

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-regexp-modifiers",
"version": "7.21.4-esm.4",
"version": "7.22.5",
"description": "Compile inline regular expression modifiers",

@@ -24,10 +24,10 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-regexp-modifiers",

"dependencies": {
"@babel/helper-create-regexp-features-plugin": "7.21.4-esm.4",
"@babel/helper-plugin-utils": "7.21.4-esm.4"
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0 || ^7.21.4-esm.2"
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "7.21.4-esm.4"
"@babel/core": "^7.22.5"
},

@@ -42,3 +42,3 @@ "engines": {

},
"type": "module"
"type": "commonjs"
}
# @babel/plugin-proposal-regexp-modifiers
> Compile regular expressions using duplicate named groups to index-based groups.
> Compile inline regular expression modifiers

@@ -5,0 +5,0 @@ See our website [@babel/plugin-proposal-regexp-modifiers](https://babeljs.io/docs/en/babel-plugin-proposal-regexp-modifiers) for more information.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc