You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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
8.0.0-beta.4
to
8.0.0-rc.1
+1
-1
lib/index.js

@@ -25,3 +25,3 @@ import { declare } from '@babel/helper-plugin-utils';

}) => {
assertVersion("^7.12.0 || ^8.0.0 || 8.0.0-beta.4");
assertVersion("^7.12.0 || ^8.0.0 || 8.0.0-rc.1");
const rawNamedEvaluationVisitor = buildNamedEvaluationVisitor(path => {

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

{
"name": "@babel/plugin-transform-class-static-block",
"version": "8.0.0-beta.4",
"version": "8.0.0-rc.1",
"description": "Transform class static blocks",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^8.0.0-beta.4",
"@babel/helper-plugin-utils": "^8.0.0-beta.4"
"@babel/helper-create-class-features-plugin": "^8.0.0-rc.1",
"@babel/helper-plugin-utils": "^8.0.0-rc.1"
},

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

"devDependencies": {
"@babel/core": "^8.0.0-beta.4",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.4",
"@babel/plugin-external-helpers": "^8.0.0-beta.4",
"@babel/plugin-transform-class-properties": "^8.0.0-beta.4",
"@babel/traverse": "^8.0.0-beta.4",
"@babel/types": "^8.0.0-beta.4"
"@babel/core": "^8.0.0-rc.1",
"@babel/helper-plugin-test-runner": "^8.0.0-rc.1",
"@babel/plugin-external-helpers": "^8.0.0-rc.1",
"@babel/plugin-transform-class-properties": "^8.0.0-rc.1",
"@babel/traverse": "^8.0.0-rc.1",
"@babel/types": "^8.0.0-rc.1"
},

@@ -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