Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-private-property-in-object

Package Overview
Dependencies
61
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.4 to 7.24.1

2

lib/index.js

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

name: "transform-private-property-in-object",
inherits: require("@babel/plugin-syntax-private-property-in-object").default,
inherits: api.version[0] === "8" ? undefined : require("@babel/plugin-syntax-private-property-in-object").default,
pre() {

@@ -76,0 +76,0 @@ (0, _helperCreateClassFeaturesPlugin.enableFeature)(this.file, _helperCreateClassFeaturesPlugin.FEATURES.privateIn, loose);

{
"name": "@babel/plugin-transform-private-property-in-object",
"version": "7.23.4",
"version": "7.24.1",
"description": "This plugin transforms checks for a private property in an object",

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

"@babel/helper-annotate-as-pure": "^7.22.5",
"@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-private-property-in-object": "^7.14.5"

@@ -30,4 +30,4 @@ },

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

@@ -34,0 +34,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