Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
107
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 8.0.0-alpha.3 to 8.0.0-alpha.4

6

lib/index.js

@@ -1066,4 +1066,4 @@ import { traverse, types, template } from '@babel/core';

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

@@ -1075,3 +1075,3 @@ },

}) {
if (file.get(versionKey) !== "8.0.0-alpha.3") return;
if (file.get(versionKey) !== "8.0.0-alpha.4") return;
if (!shouldTransform(path, file)) return;

@@ -1078,0 +1078,0 @@ const pathIsClassDeclaration = path.isClassDeclaration();

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

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

"dependencies": {
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.3",
"@babel/helper-environment-visitor": "^8.0.0-alpha.3",
"@babel/helper-function-name": "^8.0.0-alpha.3",
"@babel/helper-member-expression-to-functions": "^8.0.0-alpha.3",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.3",
"@babel/helper-replace-supers": "^8.0.0-alpha.3",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.3",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.3",
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.4",
"@babel/helper-environment-visitor": "^8.0.0-alpha.4",
"@babel/helper-function-name": "^8.0.0-alpha.4",
"@babel/helper-member-expression-to-functions": "^8.0.0-alpha.4",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.4",
"@babel/helper-replace-supers": "^8.0.0-alpha.4",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.4",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.4",
"semver": "^7.3.4"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.3"
"@babel/core": "^8.0.0-alpha.4"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.3",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.3",
"@babel/preset-env": "^8.0.0-alpha.3"
"@babel/core": "^8.0.0-alpha.4",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.4",
"@babel/preset-env": "^8.0.0-alpha.4"
},

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

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