Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
6
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.14.3 to 7.14.5

2

lib/index.js

@@ -22,3 +22,3 @@ "use strict";

const version = "7.14.3".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.14.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const versionKey = "@babel/plugin-regexp-features/version";

@@ -25,0 +25,0 @@

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

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

},
"main": "lib/index.js",
"main": "./lib/index.js",
"publishConfig": {

@@ -22,3 +22,3 @@ "access": "public"

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-annotate-as-pure": "^7.14.5",
"regexpu-core": "^4.7.1"

@@ -30,5 +30,8 @@ },

"devDependencies": {
"@babel/core": "7.14.3",
"@babel/helper-plugin-test-runner": "7.13.10"
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
}
}
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