Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@babel/plugin-transform-class-static-block

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-class-static-block - npm Package Compare versions

Comparing version
7.28.3
to
7.28.6
+1
-1
lib/index.js

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

}) => {
assertVersion("^7.12.0 || >8.0.0-alpha <8.0.0-beta");
assertVersion("^7.12.0 || ^8.0.0-0 || >8.0.0-alpha <8.0.0-beta");
const rawNamedEvaluationVisitor = (0, _helperCreateClassFeaturesPlugin.buildNamedEvaluationVisitor)(path => {

@@ -33,0 +33,0 @@ if (!path.isClassExpression()) return false;

{
"name": "@babel/plugin-transform-class-static-block",
"version": "7.28.3",
"version": "7.28.6",
"description": "Transform class static blocks",

@@ -26,4 +26,4 @@ "repository": {

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.28.3",
"@babel/helper-plugin-utils": "^7.27.1"
"@babel/helper-create-class-features-plugin": "^7.28.6",
"@babel/helper-plugin-utils": "^7.28.6"
},

@@ -34,8 +34,8 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/core": "^7.28.6",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/plugin-external-helpers": "^7.27.1",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/traverse": "^7.28.3",
"@babel/types": "^7.28.2"
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/traverse": "^7.28.6",
"@babel/types": "^7.28.6"
},

@@ -42,0 +42,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",

Sorry, the diff of this file is not supported yet