1.3.27 • Published 1 year ago
@juigorg/ipsa-vel-officia v1.3.27
@juigorg/ipsa-vel-officia 
Helper package to shim a method into Array.prototype[Symbol.unscopables]
Example
const assert = require('assert');
const shimUnscopables = require('@juigorg/ipsa-vel-officia');
let copyWithin;
let concat;
with ([]) {
assert.equal(concat, Array.prototype.concat);
assert.notEqual(copyWithin, Array.prototype.copyWithin);
}
shimUnscopables('concat');
with ([]) {
assert.notEqual(concat, Array.prototype.concat);
assert.notEqual(copyWithin, Array.prototype.copyWithin);
}
Tests
Simply clone the repo, npm install
, and run npm test
Security
Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.
1.3.14
1 year ago
1.3.17
1 year ago
1.3.18
1 year ago
1.3.15
1 year ago
1.3.16
1 year ago
1.3.19
1 year ago
1.3.20
1 year ago
1.3.21
1 year ago
1.3.24
1 year ago
1.3.25
1 year ago
1.3.22
1 year ago
1.3.23
1 year ago
1.3.26
1 year ago
1.3.27
1 year ago
1.3.13
1 year ago
1.2.12
1 year ago
1.2.10
1 year ago
1.3.12
1 year ago
1.2.11
1 year ago
1.2.9
1 year ago
1.2.8
1 year ago
1.2.7
1 year ago
1.2.6
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago