New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bindthem

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

bindthem - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

2

index.js

@@ -8,5 +8,5 @@ "use strict";

for (var i = 0; i < methods.length; i++)
env.methods[i] = env.methods[i].bind(env);
env[methods[i]] = env[methods[i]].bind(env);
return env;
};
{
"name": "bindthem",
"version": "0.0.1",
"version": "1.0.0",
"description": "Easiest way to bind ES6 Class methods (by using array of methods names)",

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

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