New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aryth/rank-matrix

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/rank-matrix - npm Package Compare versions

Comparing version

to
0.7.3

14

package.json
{
"name": "@aryth/rank-matrix",
"version": "0.7.2",
"version": "0.7.3",
"description": "Return ranks of each element in a 2-d array",

@@ -16,6 +16,2 @@ "type": "module",

},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/rank-matrix.test.js"
},
"dependencies": {

@@ -39,3 +35,7 @@ "@vect/matrix-mapper": "^0.8.0"

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd"
}
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/rank-matrix.test.js"
}
}