New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.5 to 0.1.6

2

index.js

@@ -15,3 +15,5 @@ // Generated by CoffeeScript 1.9.1

function Pluggable() {
this.emit = bind(this.emit, this);
this.bind = bind(this.bind, this);
this.on = bind(this.on, this);
this.run = bind(this.run, this);

@@ -18,0 +20,0 @@ this.del = bind(this.del, this);

2

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

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