New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@daaku/kombat

Package Overview
Dependencies
Maintainers
1
Versions
25
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.2.0 to 0.2.1

2

lib/index.js

@@ -0,3 +1,3 @@

import { customAlphabet } from 'nanoid';
import { murmurHashV3 } from './murmurhash';
import { customAlphabet } from 'nanoid';
const nanoid = customAlphabet('1234567890abcdefghijklmnopqrstuvwxyz', 16);

@@ -4,0 +4,0 @@ const kLastSync = 'last_sync';

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

@@ -29,13 +29,13 @@ "repository": "git@github.com:daaku/kombat",

"devDependencies": {
"@daaku/eslint-config": "^3.4.0",
"@types/jest": "^26.0.15",
"eslint": "^7.14.0",
"@daaku/eslint-config": "^3.6.0",
"@types/jest": "^26.0.20",
"eslint": "^7.21.0",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"ts-jest": "^27.0.0-alpha.0",
"typescript": "^4.1.2"
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"dependencies": {
"nanoid": "^3.1.18"
"nanoid": "^3.1.20"
}
}

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