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

process-custodian

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

process-custodian - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/lib/mongoStorage.js

@@ -270,3 +270,3 @@ 'use strict';

return function () {
return emitter.removeListener(fn);
return emitter.removeListener(key, fn);
};

@@ -273,0 +273,0 @@ };

{
"name": "process-custodian",
"version": "0.1.1",
"version": "0.1.2",
"description": "This package helps with organizing of tasks between few instances of same app, It can identify processes and track them activity.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -34,3 +34,3 @@ import {MASTER_KEY, EVENTS} from './constants';

emitter.on(key, fn);
return () => emitter.removeListener(fn);
return () => emitter.removeListener(key, fn);
}));

@@ -37,0 +37,0 @@ // once

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