Socket
Socket
Sign inDemoInstall

@babel/helper-create-regexp-features-plugin

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-regexp-features-plugin - npm Package Compare versions

Comparing version 7.22.9 to 7.22.15

10

lib/index.js

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

var _semver = require("semver");
var _features = require("./features");
var _util = require("./util");
var _features = require("./features.js");
var _util = require("./util.js");
const versionKey = "@babel/plugin-regexp-features/version";

@@ -53,8 +53,8 @@ function createRegExpFeaturePlugin({

if (typeof file.get(versionKey) === "number") {
file.set(versionKey, "7.22.9");
file.set(versionKey, "7.22.15");
return;
}
}
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.9")) {
file.set(versionKey, "7.22.9");
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.15")) {
file.set(versionKey, "7.22.15");
}

@@ -61,0 +61,0 @@ },

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

exports.transformFlags = transformFlags;
var _features = require("./features");
var _features = require("./features.js");
function generateRegexpuOptions(pattern, toTransform) {

@@ -12,0 +12,0 @@ const feat = (name, ok = "transform") => {

{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.22.9",
"version": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",

@@ -29,3 +29,3 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -32,0 +32,0 @@ },

Sorry, the diff of this file is not supported yet

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