Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
109
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.22.10 to 7.22.11

10

lib/index.js

@@ -87,8 +87,8 @@ "use strict";

if (typeof file.get(versionKey) === "number") {
file.set(versionKey, "7.22.10");
file.set(versionKey, "7.22.11");
return;
}
}
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.10")) {
file.set(versionKey, "7.22.10");
if (!file.get(versionKey) || _semver.lt(file.get(versionKey), "7.22.11")) {
file.set(versionKey, "7.22.11");
}

@@ -101,3 +101,3 @@ },

var _ref;
if (file.get(versionKey) !== "7.22.10") return;
if (file.get(versionKey) !== "7.22.11") return;
if (!(0, _features.shouldTransform)(path, file)) return;

@@ -217,3 +217,3 @@ const pathIsClassDeclaration = path.isClassDeclaration();

{
if (file.get(versionKey) !== "7.22.10") return;
if (file.get(versionKey) !== "7.22.11") return;
const decl = path.get("declaration");

@@ -220,0 +220,0 @@ if (decl.isClassDeclaration() && (0, _decorators.hasDecorators)(decl.node)) {

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

@@ -35,5 +35,4 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/preset-env": "^7.22.10"

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