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

node-bound

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-bound - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

index.js

@@ -82,8 +82,8 @@

var eventMethod;
if ( typeof emitter === 'function' ) {
if ( emitter && typeof emitter[ method ] === 'function' ) {
eventMethod = ( emitter[ method ] ? emitter[method].bind( emitter ) : noop );
} else {
eventMethod = emitter;
} else {
eventMethod = ( emitter[ method ] ? emitter[method].bind( emitter ) : noop );
}
eachEvent( eventMethod, eventObj, context, removeCache );
}
{
"name": "node-bound",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simple module to help streamline event binding",

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