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 1.0.0 to 1.0.1

4

index.js

@@ -7,6 +7,8 @@ "use strict";

for (var i = 0; i < methods.length; i++)
for (var i = 0; i < methods.length; i++) {
if (!env[methods[i]]) continue;
env[methods[i]] = env[methods[i]].bind(env);
}
return env;
};
{
"name": "bindthem",
"version": "1.0.0",
"version": "1.0.1",
"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