spearman-rank-corr
Advanced tools
Comparing version 0.0.1 to 0.0.4
{ | ||
"name": "spearman-rank-corr", | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"description": "Spearman's rank correlation coefficient", | ||
"main": "index.ts", | ||
"scripts": { | ||
"test": "vitest" | ||
"build": "tsc", | ||
"prepublishOnly": "npm run build", | ||
"preversion": "npm test", | ||
"version": "npm run build && git add dist", | ||
"postversion": "git push && git push --tags", | ||
"lint": "eslint src", | ||
"lint:fix": "eslint src --fix", | ||
"test": "vitest run", | ||
"test:watch": "vitest" | ||
}, | ||
@@ -16,2 +24,12 @@ "engines": { | ||
}, | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./src/index.ts", | ||
"require": "./dist/src/index.js" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -30,4 +48,6 @@ "Spearman", | ||
"devDependencies": { | ||
"@types/node": "22.10.2", | ||
"typescript": "5.7.2", | ||
"vitest": "2.1.8" | ||
} | ||
} |
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
13591
9
3
99
1