Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
2
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.24.1 to 7.24.6

tsconfig.json

2

lib/index.js

@@ -151,3 +151,3 @@ 'use strict';

var index = helperPluginUtils.declare(api => {
api.assertVersion(7);
api.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta");
const setPublicClassFields = api.assumption("setPublicClassFields");

@@ -154,0 +154,0 @@ return {

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

@@ -17,3 +17,6 @@ "repository": {

"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -26,4 +29,4 @@ },

"dependencies": {
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.24.0"
"@babel/helper-environment-visitor": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6"
},

@@ -34,5 +37,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1",
"@babel/traverse": "^7.24.1"
"@babel/core": "^7.24.6",
"@babel/helper-plugin-test-runner": "^7.24.6",
"@babel/traverse": "^7.24.6"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc