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

node-pluggable

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pluggable - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

example.coffee

4

lib/pluggable.js

@@ -39,3 +39,5 @@ var EventEmitter, Pluggable, _, async,

fn = fns[i];
this.container.push([match_param, fn]);
if (fn) {
this.container.push([match_param, fn]);
}
}

@@ -42,0 +44,0 @@ return this;

{
"name": "node-pluggable",
"version": "0.3.2",
"version": "0.3.3",
"description": "Add your Hook more easily.",

@@ -5,0 +5,0 @@ "main": "./lib/pluggable.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