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

fh-wfm-mediator

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-wfm-mediator - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

.tscache/default/hashes/.baseDir.ts-49b2a8af8327838ca443e9260ee79f52

4

lib/mediator.js

@@ -79,4 +79,4 @@ 'use strict';

function unsubscribe() {
self.remove(topics.done, subs.done);
self.remove(topics.error, subs.error);
self.remove(topics.done, subs.done.id);
self.remove(topics.error, subs.error.id);
}

@@ -83,0 +83,0 @@

{
"name": "fh-wfm-mediator",
"version": "0.3.1",
"version": "0.3.2",
"description": "An implementation of the mediator pattern for use with WFM",

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