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

@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly - npm Package Compare versions

Comparing version 7.24.7 to 7.25.0

7

lib/index.js

@@ -7,3 +7,2 @@ 'use strict';

var helperPluginUtils = require('@babel/helper-plugin-utils');
var helperEnvironmentVisitor = require('@babel/helper-environment-visitor');

@@ -56,3 +55,7 @@ function isNameOrLength(key) {

if (path.isMethod()) {
helperEnvironmentVisitor.requeueComputedKeyAndDecorators(path);
if (path.requeueComputedKeyAndDecorators) {
path.requeueComputedKeyAndDecorators();
} else {
require("@babel/traverse").NodePath.prototype.requeueComputedKeyAndDecorators.call(path);
}
}

@@ -59,0 +62,0 @@ }

{
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
"version": "7.24.7",
"version": "7.25.0",
"description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",

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

"dependencies": {
"@babel/helper-environment-visitor": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.7"
"@babel/helper-plugin-utils": "^7.24.8",
"@babel/traverse": "^7.25.0"
},

@@ -36,5 +36,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/traverse": "^7.24.7"
"@babel/traverse": "^7.25.0"
},

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

Sorry, the diff of this file is not supported yet

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