Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
63
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.24.6 to 7.24.7

6

lib/index.js

@@ -52,8 +52,8 @@ "use strict";

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

@@ -60,0 +60,0 @@ },

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

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

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.6",
"@babel/helper-annotate-as-pure": "^7.24.7",
"regexpu-core": "^5.3.1",

@@ -30,4 +30,4 @@ "semver": "^6.3.1"

"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/helper-plugin-test-runner": "^7.24.6"
"@babel/core": "^7.24.7",
"@babel/helper-plugin-test-runner": "^7.24.7"
},

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc