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

fh-wfm-mediator

Package Overview
Dependencies
Maintainers
2
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.0.9 to 0.0.10

lib/angular/mediator-ng.js

4

package.json
{
"name": "fh-wfm-mediator",
"version": "0.0.9",
"version": "0.0.10",
"description": "An implementation of the mediator pattern for use with WFM",
"main": "ng-module.js",
"main": "lib/angular/mediator-ng.js",
"keywords": [

@@ -7,0 +7,0 @@ "wfm",

@@ -16,2 +16,10 @@ # FeedHenry WFM mediator

### API
Besides the above operations, the current operations are available :
| Method | Description |
| --- | --- |
| `mediator#subscribeForScope( channel, scope, callback )` | Subscribe to events in a channel and unsubscribe when the scope is destroyed|
### Setup

@@ -40,3 +48,3 @@ This module is packaged in a CommonJS format, exporting the name of the Angular namespace. The module can be included in an angular.js as follows:

```javascript
mediator = require('fh-wfm-mediator/mediator')
mediator = require('fh-wfm-mediator/lib/mediator')
```
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