Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
68
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.6 to 8.0.0-alpha.7

4

lib/index.js

@@ -120,4 +120,4 @@ import rewritePattern from 'regexpu-core';

}
if (!file.get(versionKey) || semver.lt(file.get(versionKey), "8.0.0-alpha.6")) {
file.set(versionKey, "8.0.0-alpha.6");
if (!file.get(versionKey) || semver.lt(file.get(versionKey), "8.0.0-alpha.7")) {
file.set(versionKey, "8.0.0-alpha.7");
}

@@ -124,0 +124,0 @@ },

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

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

"dependencies": {
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.6",
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.7",
"regexpu-core": "^5.3.1",

@@ -27,7 +27,7 @@ "semver": "^7.3.4"

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.6"
"@babel/core": "^8.0.0-alpha.7"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.6",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.6"
"@babel/core": "^8.0.0-alpha.7",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc