Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-classes

Package Overview
Dependencies
58
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.3 to 7.23.5

2

lib/transformClass.js

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

const node = path.node;
if (path.isClassProperty()) {
if (path.isClassProperty() || path.isClassPrivateProperty()) {
throw path.buildCodeFrameError("Missing class properties transform.");

@@ -115,0 +115,0 @@ }

{
"name": "@babel/plugin-transform-classes",
"version": "7.23.3",
"version": "7.23.5",
"description": "Compile ES2015 classes to ES5",

@@ -34,5 +34,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.23.3"
"@babel/traverse": "^7.23.5"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc