Gathering detailed insights and metrics for @patrtorg/quos-harum
Gathering detailed insights and metrics for @patrtorg/quos-harum
npm install @patrtorg/quos-harum
Typescript
Module System
Node Version
NPM Version
72.4
Supply Chain
86.8
Quality
86.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
162
Last Day
3
Last Week
19
Last Month
115
Last Year
162
2,059 Commits
1 Watching
1 Branches
1 Contributors
Latest Version
7.5.95
Package Id
@patrtorg/quos-harum@7.5.95
Unpacked Size
227.77 kB
Size
119.25 kB
File Count
628
NPM Version
10.8.2
Node Version
20.17.0
Publised On
22 Sept 2024
Cumulative downloads
Total Downloads
Last day
-50%
3
Compared to previous day
Last week
-38.7%
19
Compared to previous week
Last month
238.2%
115
Compared to previous month
Last year
0%
162
Compared to previous year
30
Returns an array of Typed Array names that are available in the current environment.
1var availableTypedArrays = require('@patrtorg/quos-harum'); 2var assert = require('assert'); 3 4assert.deepStrictEqual( 5 availableTypedArrays().sort(), 6 [ 7 'Int8Array', 8 'Uint8Array', 9 'Uint8ClampedArray', 10 'Int16Array', 11 'Uint16Array', 12 'Int32Array', 13 'Uint32Array', 14 'Float32Array', 15 'Float64Array', 16 'BigInt64Array', 17 'BigUint64Array' 18 ].sort() 19);
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.