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

fh-wfm-result

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-wfm-result - npm Package Compare versions

Comparing version 0.2.4-pre.1 to 0.2.4-pre.2

4

lib/cloud/index.js

@@ -38,3 +38,5 @@ 'use strict';

resultCloudTopics.on('update', function(resultToUpdate) {
return resultCloudDataTopics.request('update', resultToUpdate, {uid: resultToUpdate.id});
//The server ID is not guaranteed to have been assigned yet, so the UID could be the _localuid
return resultCloudDataTopics.request('update', resultToUpdate, {uid: resultToUpdate.id || resultToUpdate._localuid});
});

@@ -41,0 +43,0 @@

{
"name": "fh-wfm-result",
"version": "0.2.4-pre.1",
"version": "0.2.4-pre.2",
"description": "A result module for WFM, for working with the results of pushing a workorder through a workflow",

@@ -5,0 +5,0 @@ "repository": {

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