Gathering detailed insights and metrics for ml-distance-matrix
Gathering detailed insights and metrics for ml-distance-matrix
npm install ml-distance-matrix
Typescript
Module System
Node Version
NPM Version
76.9
Supply Chain
75.3
Quality
82.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
393,003
Last Day
373
Last Week
3,179
Last Month
12,648
Last Year
110,048
MIT License
4 Stars
17 Commits
1 Forks
7 Watchers
1 Branches
9 Contributors
Updated on Feb 23, 2024
Minified
Minified + Gzipped
Latest Version
2.0.1
Package Id
ml-distance-matrix@2.0.1
Unpacked Size
6.40 kB
Size
2.59 kB
File Count
7
NPM Version
6.14.4
Node Version
13.12.0
Cumulative downloads
Total Downloads
Last Day
58.1%
373
Compared to previous day
Last Week
-8.1%
3,179
Compared to previous week
Last Month
57.9%
12,648
Compared to previous month
Last Year
-22.9%
110,048
Compared to previous year
Compute a distance/similarity matrix.
npm i ml-distance-matrix
1const distanceMatrix = require('ml-distance-matrix'); 2const { euclidean } = require('ml-distance-euclidean'); 3 4// Computes euclidan distance for each pair of possible vectors 5const matrix = distanceMatrix([[8, -1, 2], [-4, 0, 3], [-3, -1, 6]], euclidean);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/17 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-03-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More