0.0.1-security.10 • Published 11 months ago
@libtommy2024/animi-odio-rerum-temporibus v0.0.1-security.10
@libtommy2024/animi-odio-rerum-temporibus 
Get the ArrayBuffer 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.buffer has been deleted after this module has loaded.
Example
const dataViewBuffer = require('@libtommy2024/animi-odio-rerum-temporibus');
const assert = require('assert');
const ab = new ArrayBuffer(0);
const dv = new DataView(ab);
assert.equal(dataViewBuffer(dv), ab);Tests
Simply clone the repo, npm install, and run npm test
0.0.1-security.0
2 years ago
0.0.1-security.1
2 years ago
0.0.1-security.4
2 years ago
0.0.1-security.5
1 year ago
0.0.1-security.2
2 years ago
1.2.2
2 years ago
0.0.1-security.3
2 years ago
0.0.1-security.8
11 months ago
0.0.1-security.9
11 months ago
0.0.1-security.6
1 year ago
0.0.1-security.7
1 year ago
0.0.1-security.10
11 months ago
0.0.1-security
2 years ago
1.2.0
2 years ago
1.2.1
2 years ago
1.0.0
2 years ago
