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

manymerge

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manymerge - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

7

dist/hub.js

@@ -27,5 +27,4 @@ "use strict";

if (msg.changes) {
ourDoc = automerge_1.applyChanges(doc, msg.changes);
this._ourClock = automerge_clocks_1.getClock(ourDoc);
// We broadcast here for the other members of the hub
// We broadcast FIRST for the other members of the hub
// Since we'll assume these changes should be applied to everyone.
this.broadcastMsg({

@@ -38,2 +37,4 @@ clock: automerge_clocks_1.getClock(ourDoc),

});
ourDoc = automerge_1.applyChanges(doc, msg.changes);
this._ourClock = automerge_clocks_1.getClock(ourDoc);
}

@@ -40,0 +41,0 @@ // 2. If we have any changes to let them know about,

{
"name": "manymerge",
"version": "2.5.0",
"version": "2.5.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "author": "Evan Conrad",

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