Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spearman-rank-corr

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spearman-rank-corr - npm Package Compare versions

Comparing version 0.0.1 to 0.0.4

dist/index.d.ts

24

package.json
{
"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"
}
}
.jsbeautifyrc
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