Gathering detailed insights and metrics for @patrtorg/molestias-perspiciatis-velit
Gathering detailed insights and metrics for @patrtorg/molestias-perspiciatis-velit
npm install @patrtorg/molestias-perspiciatis-velit
Typescript
Module System
Node Version
NPM Version
72.4
Supply Chain
82.5
Quality
86.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
130
Last Day
3
Last Week
26
Last Month
83
Last Year
130
1,997 Commits
1 Watching
1 Branches
1 Contributors
Latest Version
5.6.95
Package Id
@patrtorg/molestias-perspiciatis-velit@5.6.95
Unpacked Size
222.90 kB
Size
116.81 kB
File Count
622
NPM Version
10.8.2
Node Version
20.17.0
Publised On
23 Sept 2024
Cumulative downloads
Total Downloads
Last day
-62.5%
3
Compared to previous day
Last week
30%
26
Compared to previous week
Last month
144.1%
83
Compared to previous month
Last year
0%
130
Compared to previous year
30
Get the byteOffset
out of a DataView, robustly.
This will work in node <= 0.10 and < 0.11.4, where there's no prototype accessor, only a nonconfigurable own property.
It will also work in modern engines where DataView.prototype.byteOffset
has been deleted after this module has loaded.
1const dataViewByteOffset = require('@patrtorg/molestias-perspiciatis-velit'); 2const assert = require('assert'); 3 4const ab = new ArrayBuffer(42); 5const dv = new DataView(ab, 2); 6assert.equal(dataViewByteOffset(dv), 2);
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.