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.0.3 to 2.0.4

1

dist/index.d.ts
export { Hub } from "./hub";
export { Peer } from "./peer";
export { Message } from "./types";

4

package.json
{
"name": "manymerge",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/index.js",

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

"@types/events": "^3.0.0",
"automerge-clocks": "^1.0.0",
"automerge-clocks": "1.1.0",
"invariant": "^2.2.4"
}
}

@@ -51,4 +51,3 @@ # ManyMerge

Hubs are a **many-to-many (or 1-to-many) relationship** that can talk to many Peers or other Hubs. Unlike Peers, Hubs need the ability
to "broadcast" a message to everyone on the network (or at least as many people as possible).To save time, Hubs will also cache Peer's they've seen recently and directly communicate directly with them.
Hubs are a **many-to-many (or 1-to-many) relationship** that can talk to many Peers or other Hubs. Unlike Peers, Hubs need the ability to "broadcast" a message to everyone on the network (or at least as many people as possible). To save time, Hubs will also cache Peer's they've seen recently and directly communicate directly with them.

@@ -55,0 +54,0 @@ To set this up, create `broadcastMsg` and `sendMsgTo` functions:

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