@daaku/kombat
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"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" | ||
} | ||
} |
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
33292
8
465
Yes
1
+ Addednanoid@4.0.2(transitive)
- Removednanoid@3.3.7(transitive)
Updatednanoid@^4.0.0