Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
6
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-class-features-plugin - npm Package Compare versions

Comparing version 7.14.4 to 7.14.5

2

lib/index.js

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

const version = "7.14.4".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-class-features/version";

@@ -43,0 +43,0 @@

{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.4",
"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,8 +22,8 @@ "access": "public"

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-function-name": "^7.14.2",
"@babel/helper-member-expression-to-functions": "^7.13.12",
"@babel/helper-optimise-call-expression": "^7.12.13",
"@babel/helper-replace-supers": "^7.14.4",
"@babel/helper-split-export-declaration": "^7.12.13"
"@babel/helper-annotate-as-pure": "^7.14.5",
"@babel/helper-function-name": "^7.14.5",
"@babel/helper-member-expression-to-functions": "^7.14.5",
"@babel/helper-optimise-call-expression": "^7.14.5",
"@babel/helper-replace-supers": "^7.14.5",
"@babel/helper-split-export-declaration": "^7.14.5"
},

@@ -34,6 +34,9 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.14.3",
"@babel/helper-plugin-test-runner": "7.13.10",
"@babel/preset-env": "7.14.4"
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5",
"@babel/preset-env": "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