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

@daaku/kombat

Package Overview
Dependencies
Maintainers
0
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 2.12.0 to 2.13.0

4

dist/index.js

@@ -255,6 +255,6 @@ import { customAlphabet } from 'nanoid';

if (m1.timestamp < m2.timestamp) {
return 1;
return -1;
}
else if (m1.timestamp > m2.timestamp) {
return -1;
return 1;
}

@@ -261,0 +261,0 @@ return 0;

{
"name": "@daaku/kombat",
"author": "Naitik Shah <n@daaku.org>",
"version": "2.12.0",
"version": "2.13.0",
"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