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.22.5 to 7.23.3

3

lib/index.js

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

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)(api => {
var _default = exports.default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion("^7.19.0");

@@ -17,4 +17,3 @@ return (0, _helperCreateRegexpFeaturesPlugin.createRegExpFeaturePlugin)({

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

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

"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"

@@ -32,3 +32,3 @@ },

"devDependencies": {
"@babel/core": "^7.22.5"
"@babel/core": "^7.23.3"
},

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

@@ -5,3 +5,3 @@ # @babel/plugin-proposal-regexp-modifiers

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

@@ -8,0 +8,0 @@ ## Install

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