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

dist/src/index.d.ts

39

package.json
{
"name": "@daaku/kombat",
"author": "Naitik Shah <n@daaku.org>",
"version": "2.0.0",
"version": "2.1.0",
"description": "Infrastructure for CRDT powered applications.",
"repository": "git@github.com:daaku/kombat",
"license": "MIT",
"prettier": "prettier-config-daaku",
"type": "module",
"exports": {
".": {
"import": "./lib/src/index.js",
"types": "./lib/src/index.d.ts"
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}
},
"eslintConfig": {
"extends": "@daaku"
"prettier": {
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"scripts": {
"check:types": "tsc --noEmit",
"check:lint": "eslint --fix --ignore-pattern lib .",
"check": "run-p 'check:*' 'test'",
"build:js": "tsc",
"build": "run-p check:lint test build:*",
"test": "node --loader @esbuild-kit/esm-loader ./node_modules/.bin/jasmine",
"deploy": "npm run build && npm publish --access=public"
"build": "tsc",
"test": "NODE_OPTIONS='--import tsx/esm' jasmine",
"deploy": "npm run test && npm publish --access=public",
"prepare": "npm run build"
},

@@ -34,14 +33,10 @@ "keywords": [

"devDependencies": {
"@daaku/eslint-config": "^4.2.0",
"@esbuild-kit/esm-loader": "^2.2.0",
"@types/jasmine": "^4.0.3",
"eslint": "^8.7.0",
"jasmine": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier-config-daaku": "^1.0.0",
"typescript": "^4.5.4"
"@types/jasmine": "^5.1.0",
"jasmine": "^5.0.0",
"tsx": "^4.6.0",
"typescript": "^5.0.2"
},
"dependencies": {
"nanoid": "^4.0.0"
"nanoid": "^5.0.1"
}
}
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