Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
23
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.23.4 to 7.24.1

5

lib/index.js

@@ -22,3 +22,4 @@ "use strict";

template,
assertVersion
assertVersion,
version
}) => {

@@ -28,3 +29,3 @@ assertVersion("^7.12.0");

name: "transform-class-static-block",
inherits: require("@babel/plugin-syntax-class-static-block").default,
inherits: version[0] === "8" ? undefined : require("@babel/plugin-syntax-class-static-block").default,
pre() {

@@ -31,0 +32,0 @@ (0, _helperCreateClassFeaturesPlugin.enableFeature)(this.file, _helperCreateClassFeaturesPlugin.FEATURES.staticBlocks, false);

14

package.json
{
"name": "@babel/plugin-transform-class-static-block",
"version": "7.23.4",
"version": "7.24.1",
"description": "Transform class static blocks",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.24.1",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/plugin-syntax-class-static-block": "^7.14.5"

@@ -32,6 +32,6 @@ },

"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.23.4",
"@babel/types": "^7.23.4"
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0"
},

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

Sorry, the diff of this file is not supported yet

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