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 1.2.0 to 2.0.0

lib/src/index.d.ts

34

package.json
{
"name": "@daaku/kombat",
"author": "Naitik Shah <n@daaku.org>",
"version": "1.2.0",
"version": "2.0.0",
"description": "Infrastructure for CRDT powered applications.",
"repository": "git@github.com:daaku/kombat",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"prettier": "prettier-config-daaku",
"type": "module",
"exports": {
".": {
"import": "./lib/src/index.js",
"types": "./lib/src/index.d.ts"
}
},
"eslintConfig": {
"extends": "@daaku"
},
"scripts": {

@@ -14,12 +23,7 @@ "check:types": "tsc --noEmit",

"check": "run-p 'check:*' 'test'",
"build:js": "tsc && rm -rf lib/__tests__",
"build:js": "tsc",
"build": "run-p check:lint test build:*",
"test": "jest --modulePathIgnorePatterns 'lib/'",
"test": "node --loader @esbuild-kit/esm-loader ./node_modules/.bin/jasmine",
"deploy": "npm run build && npm publish --access=public"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "esbuild-jest"
}
},
"keywords": [

@@ -30,10 +34,8 @@ "crdt",

],
"license": "MIT",
"devDependencies": {
"@daaku/eslint-config": "^4.2.0",
"@types/jest": "^27.4.0",
"esbuild": "^0.14.11",
"esbuild-jest": "^0.5.0",
"@esbuild-kit/esm-loader": "^2.2.0",
"@types/jasmine": "^4.0.3",
"eslint": "^8.7.0",
"jest": "^27.4.7",
"jasmine": "^4.2.0",
"npm-run-all": "^4.1.5",

@@ -44,4 +46,4 @@ "prettier-config-daaku": "^1.0.0",

"dependencies": {
"nanoid": "^3.2.0"
"nanoid": "^4.0.0"
}
}
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