Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autobind

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autobind - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

tests/test-class-has-getter.html

3

autobind.js

@@ -62,4 +62,5 @@ /**/ void function() {

Object.getOwnPropertyNames(prototype).forEach(function(name) {
if(name === 'constructor' || typeof prototype[name] !== 'function') return;
if(name === 'constructor') return;
var desc = Object.getOwnPropertyDescriptor(prototype, name);
if(typeof desc.value !== 'function') return;
bindMethod(prototype, name, desc);

@@ -66,0 +67,0 @@ Object.defineProperty(prototype, name, desc);

{
"name": "autobind",
"main": "autobind.js",
"version": "1.0.0",
"version": "1.0.1",
"authors": [

@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>"

{
"name": "autobind",
"version": "1.0.0",
"version": "1.0.1",
"description": "autobind decorator",

@@ -5,0 +5,0 @@ "main": "autobind.js",

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