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

@daaku/kombat

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daaku/kombat - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

lib/index.d.ts

@@ -42,3 +42,2 @@ export declare class Timestamp {

export interface SyncRequest {
nodeID: string;
merkle: Merkle;

@@ -45,0 +44,0 @@ messages: Message[];

@@ -294,3 +294,2 @@ "use strict";

const syncResponse = await this.remote.sync({
nodeID: this.clock.timestamp.nodeID,
merkle: this.clock.merkle.clone(),

@@ -297,0 +296,0 @@ messages: toSend,

2

package.json
{
"name": "@daaku/kombat",
"author": "Naitik Shah <n@daaku.org>",
"version": "0.1.1",
"version": "0.1.2",
"description": "Infrastructure for CRDT powered applications.",

@@ -6,0 +6,0 @@ "repository": "git@github.com:daaku/kombat",

Sorry, the diff of this file is not supported yet

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