@keystonehq/alias-sampling
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@keystonehq/alias-sampling", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Node.js module for efficient sampling from a discrete probability distribution using the alias method.", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"keywords": [ | ||
@@ -35,3 +36,3 @@ "alias method", | ||
"scripts": { | ||
"build": "pnpm run clean && tsc", | ||
"build": "pnpm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json", | ||
"lint": "eslint . --ext .ts", | ||
@@ -38,0 +39,0 @@ "lint:fix": "eslint . --ext .ts,.tsx --fix", |
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
10294
7
176
1
No