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.21.5 to 7.21.8

10

lib/index.js

@@ -50,5 +50,11 @@ "use strict";

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

@@ -55,0 +61,0 @@ visitor: {

4

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

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

"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/helper-plugin-test-runner": "^7.18.6"

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

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