Gathering detailed insights and metrics for @crabas0npm/vitae-tempore-aut
Gathering detailed insights and metrics for @crabas0npm/vitae-tempore-aut
npm install @crabas0npm/vitae-tempore-aut
Typescript
Module System
Node Version
NPM Version
54.5
Supply Chain
48.1
Quality
75.5
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
0%
5
Compared to previous month
Last year
0%
105
Compared to previous year
33
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('@crabas0npm/vitae-tempore-aut'); 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.