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

bindall-standalone

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bindall-standalone - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -8,5 +8,6 @@ 'use strict';

var toString = Object.prototype.toString;
var hasOwnProperty = Object.prototype.hasOwnProperty;
for (var method in object) {
if(object.hasOwnProperty(method)) {
if(hasOwnProperty.call(object, method)) {
if(typeof object[method] == 'function' && toString.call(object[method]) == "[object Function]") {

@@ -13,0 +14,0 @@ functions.push(method);

{
"name": "bindall-standalone",
"version": "1.0.2",
"version": "1.0.3",
"description": "Standalone version of underscore's `_.bindAll()` function for IE9+ browsers.",

@@ -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