Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
6
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.14.1 to 7.14.2

2

lib/index.js

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

const version = "7.14.1".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.14.2".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.1",
"version": "7.14.2",
"author": "The Babel Team (https://babel.dev/team)",

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

"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-function-name": "^7.12.13",
"@babel/helper-function-name": "^7.14.2",
"@babel/helper-member-expression-to-functions": "^7.13.12",

@@ -33,6 +33,6 @@ "@babel/helper-optimise-call-expression": "^7.12.13",

"devDependencies": {
"@babel/core": "7.14.0",
"@babel/core": "7.14.2",
"@babel/helper-plugin-test-runner": "7.13.10",
"@babel/preset-env": "7.14.1"
"@babel/preset-env": "7.14.2"
}
}
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