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.1 to 7.22.5

6

lib/index.js

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

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

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

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

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

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

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

"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/helper-plugin-test-runner": "^7.18.6"
"@babel/core": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5"
},

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

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