Socket
Socket
Sign inDemoInstall

babel-plugin-autobind-class-methods

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 3.0.0

2

lib/index.js

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

constructor = node;
} else {
} else if (node.isClassMethod({ kind: 'method' })) {
methods.push(node.node.key);

@@ -37,0 +37,0 @@ }

{
"name": "babel-plugin-autobind-class-methods",
"version": "2.1.1",
"version": "3.0.0",
"description": "Babel plugin that binds every class method to \"this\" with hot reload support",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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