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

fh-wfm-sync

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-wfm-sync - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

12

lib/client.js

@@ -207,2 +207,5 @@ /**

$fh.sync.stopSync(this.datasetId, function(){
if (self.recordDeltaReceivedSubscription) {
self.recordDeltaReceivedSubscription.dispose();
}
deferred.resolve('sync loop stopped');

@@ -282,2 +285,11 @@ }, function(error){

DataManager.prototype.publishRecordDeltaReceived = function(mediator) {
var self = this;
self.recordDeltaReceivedSubscription = self.stream.filter(function(notification) {
return notification.code == 'record_delta_received'
}).subscribe(function(notification) {
mediator.publish('wfm:sync:record_delta_received:' + self.datasetId, notification);
})
};
module.exports = {

@@ -284,0 +296,0 @@ init: init

2

package.json
{
"name": "fh-wfm-sync",
"version": "0.0.9",
"version": "0.0.10",
"description": "An sync module for WFM",

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