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 8.0.0-alpha.8 to 8.0.0-alpha.9

lib/index.d.ts

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.8")) {
file.set(versionKey, "8.0.0-alpha.8");
if (!file.get(versionKey) || semver.lt(file.get(versionKey), "8.0.0-alpha.9")) {
file.set(versionKey, "8.0.0-alpha.9");
}

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

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

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

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

@@ -27,13 +27,16 @@ "semver": "^7.3.4"

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.8"
"@babel/core": "^8.0.0-alpha.9"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8"
"@babel/core": "^8.0.0-alpha.9",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9"
},
"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
},
"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -40,0 +43,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