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.8 to 0.0.9

array-store.js

7

mediator.js

@@ -0,1 +1,6 @@

/**
* CONFIDENTIAL
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
* This is unpublished proprietary source code of Red Hat.
**/
'use strict';

@@ -33,3 +38,3 @@

uid = options.uid;
} else if (parameters) {
} else if (typeof parameters !== "undefined" && parameters !== null) {
uid = parameters instanceof Array ? parameters[0] : parameters;

@@ -36,0 +41,0 @@ }

@@ -0,1 +1,6 @@

/**
* CONFIDENTIAL
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
* This is unpublished proprietary source code of Red Hat.
**/
'use strict';

@@ -2,0 +7,0 @@

4

package.json
{
"name": "fh-wfm-mediator",
"version": "0.0.8",
"version": "0.0.9",
"description": "An implementation of the mediator pattern for use with WFM",

@@ -11,3 +11,3 @@ "main": "ng-module.js",

"author": "Brian Leathem",
"license": "Copyright (c) 2015 FeedHenry Ltd, All Rights Reserved.",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {

@@ -14,0 +14,0 @@ "lodash": "^3.10.1",

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