Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
3
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3

6

lib/index.js

@@ -113,3 +113,3 @@ import rewritePattern from 'regexpu-core';

if (runtime !== undefined) {
if (file.has(runtimeKey) && file.get(runtimeKey) !== runtime && true) {
if (file.has(runtimeKey) && file.get(runtimeKey) !== runtime) {
throw new Error(`The 'runtime' option must be the same for ` + `'@babel/plugin-transform-named-capturing-groups-regex' and ` + `'@babel/plugin-proposal-duplicate-named-capturing-groups-regex'.`);

@@ -121,4 +121,4 @@ }

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

@@ -125,0 +125,0 @@ },

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

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

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

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

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

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

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