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.22.11 to 7.23.3

3

lib/index.js

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

var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure");
var _default = (0, _helperPluginUtils.declare)((api, opt) => {
var _default = exports.default = (0, _helperPluginUtils.declare)((api, opt) => {
api.assertVersion(7);

@@ -126,4 +126,3 @@ const {

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-transform-private-property-in-object",
"version": "7.22.11",
"version": "7.23.3",
"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.11",
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@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.11",
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"

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

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