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

pudge

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pudge - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

index.js

@@ -25,2 +25,6 @@ "use strict";

if (!hooks[hook]) {
hooks[hook] = [];
}
// remove first argument

@@ -37,1 +41,8 @@ args.shift();

module.exports.___clearHooks = function(hookName) {
if (typeof hookName !== "undefined") {
hooks[hookName] = [];
return true;
}
hooks = {};
};

2

package.json
{
"name": "pudge",
"version": "1.0.2",
"version": "1.0.3",
"description": "simple node.js hook utility",

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