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

fh-sync

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-sync - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2-dev1

2

examples/basic-express-example/package.json

@@ -18,5 +18,5 @@ {

"express": "~4.15.3",
"fh-sync": "~1.0.0-RC1",
"fh-sync": "~2.0.1",
"morgan": "~1.8.1"
}
}

@@ -157,2 +157,4 @@ var metrics = require('../sync-metrics');

update['$pull'] = {'refs': datasetClientId};
// also set the hash to null to handle race condition when multiple refs associated with single record
update['$set']['hash'] = null;
}

@@ -159,0 +161,0 @@ datasetRecordsCol.findOneAndUpdate({uid: record.uid}, update, {upsert: true, returnOriginal: false}, function(err, updated) {

{
"name": "fh-sync",
"version": "2.0.1",
"version": "2.0.2-dev1",
"description": "FeedHenry Data Synchronization Server",

@@ -5,0 +5,0 @@ "main": "index.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