@daaku/kombat
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
33139
455
+ Addednanoid@5.0.8(transitive)
- Removednanoid@4.0.2(transitive)
Updatednanoid@^5.0.1