Gathering detailed insights and metrics for gl-matrix-vec2
Gathering detailed insights and metrics for gl-matrix-vec2
Gathering detailed insights and metrics for gl-matrix-vec2
Gathering detailed insights and metrics for gl-matrix-vec2
Javascript Matrix and Vector library for High Performance WebGL apps
npm install gl-matrix-vec2
Typescript
Module System
NPM Version
72.8
Supply Chain
81
Quality
74.8
Maintenance
100
Vulnerability
98.7
License
JavaScript (95.91%)
HTML (2.91%)
CSS (1.18%)
Total Downloads
20,655
Last Day
13
Last Week
151
Last Month
776
Last Year
12,913
MIT License
5,543 Stars
660 Commits
727 Forks
152 Watchers
7 Branches
87 Contributors
Updated on Jul 04, 2025
Minified
Minified + Gzipped
Latest Version
2.2.1-npm
Package Id
gl-matrix-vec2@2.2.1-npm
Size
4.15 kB
NPM Version
1.3.11
Cumulative downloads
Total Downloads
Last Day
-75.9%
13
Compared to previous day
Last Week
-12.2%
151
Compared to previous week
Last Month
-33.4%
776
Compared to previous month
Last Year
248.4%
12,913
Compared to previous year
1
3
These repositories break up the glMatrix library into discrete components. This module contains code for 2d vectors
Install with npm(1):
1$ npm install --save gl-matrix-vec2
1var vec2 = require('gl-matrix-vec2');
Install with component(1):
1$ component install component-glmatrix/vec2
1var vec2 = require('vec2');
Javascript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that Javascript doesn't provide by default. glMatrix to the rescue!
glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through API conventions, glMatrix will help you get the most out of your browsers Javascript engine.
For documentation, news, tutorials, and more visit the glMatrix Homepage
BSD
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 18/28 approved changesets -- score normalized to 6
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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