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

callback-registry

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callback-registry - npm Package Compare versions

Comparing version 2.2.7 to 2.3.0

9

lib/index.js

@@ -13,2 +13,5 @@ "use strict";

var allForKey = callbacks[key];
if (!allForKey) {
return;
}
allForKey = allForKey.filter(function (item) {

@@ -41,5 +44,9 @@ return item !== callback;

}
function clear() {
callbacks = {};
}
return {
add: add,
execute: execute
execute: execute,
clear: clear
};

@@ -46,0 +53,0 @@ }

3

package.json
{
"name": "callback-registry",
"version": "2.2.7",
"version": "2.3.0",
"description": "Registry for callbacks",
"main": "./lib/index.js",
"types": "./index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "build": "tsc",

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