1.1.16 • Published 1 year ago

@kollorg/ipsa-quos v1.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@kollorg/ipsa-quos Version Badge

github actions coverage License Downloads

npm badge

A simple cache for a few of the JS Error constructors.

Example

const assert = require('assert');

const Base = require('@kollorg/ipsa-quos');
const Eval = require('@kollorg/ipsa-quos/eval');
const Range = require('@kollorg/ipsa-quos/range');
const Ref = require('@kollorg/ipsa-quos/ref');
const Syntax = require('@kollorg/ipsa-quos/syntax');
const Type = require('@kollorg/ipsa-quos/type');
const URI = require('@kollorg/ipsa-quos/uri');

assert.equal(Base, Error);
assert.equal(Eval, EvalError);
assert.equal(Range, RangeError);
assert.equal(Ref, ReferenceError);
assert.equal(Syntax, SyntaxError);
assert.equal(Type, TypeError);
assert.equal(URI, URIError);

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.1.16

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

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