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.0 to 0.3.1

5

lib/pluggable.js

@@ -16,3 +16,3 @@ var EventEmitter, Pluggable, _, async,

function Pluggable() {
this.container = [];
return Pluggable.__super__.constructor.apply(this, arguments);
}

@@ -35,2 +35,5 @@

}
if (_.isUndefined(this.container)) {
this.container = [];
}
for (i = 0, len = fns.length; i < len; i++) {

@@ -37,0 +40,0 @@ fn = fns[i];

2

package.json
{
"name": "node-pluggable",
"version": "0.3.0",
"version": "0.3.1",
"description": "Add your Hook more easily.",

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