Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-private-methods

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-private-methods - npm Package Compare versions

Comparing version 7.22.5 to 7.23.3

3

lib/index.js

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

var _helperCreateClassFeaturesPlugin = require("@babel/helper-create-class-features-plugin");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => {
api.assertVersion(7);

@@ -22,4 +22,3 @@ return (0, _helperCreateClassFeaturesPlugin.createClassFeaturePlugin)({

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-transform-private-methods",
"version": "7.22.5",
"version": "7.23.3",
"description": "This plugin transforms private class methods",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"

@@ -28,3 +28,3 @@ },

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

@@ -31,0 +31,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-transform-private-methods

See our website [@babel/plugin-transform-private-methods](https://babeljs.io/docs/en/babel-plugin-transform-private-methods) for more information.
See our website [@babel/plugin-transform-private-methods](https://babeljs.io/docs/babel-plugin-transform-private-methods) 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