Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-private-property-in-object - npm Package Compare versions

Comparing version 7.22.5 to 7.22.11

3

lib/index.js

@@ -8,3 +8,2 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxPrivatePropertyInObject = require("@babel/plugin-syntax-private-property-in-object");
var _helperCreateClassFeaturesPlugin = require("@babel/helper-create-class-features-plugin");

@@ -75,3 +74,3 @@ var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure");

name: "transform-private-property-in-object",
inherits: _pluginSyntaxPrivatePropertyInObject.default,
inherits: require("@babel/plugin-syntax-private-property-in-object").default,
pre() {

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

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

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

"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.22.11",
"@babel/helper-plugin-utils": "^7.22.5",

@@ -30,3 +30,3 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"

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

@@ -33,0 +33,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-transform-private-property-in-object

See our website [@babel/plugin-transform-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-transform-private-property-in-object) for more information.
See our website [@babel/plugin-transform-private-property-in-object](https://babeljs.io/docs/babel-plugin-transform-private-property-in-object) for more information.

@@ -8,0 +8,0 @@ ## Install

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