Gathering detailed insights and metrics for @hishprorg/aliquid-et
Gathering detailed insights and metrics for @hishprorg/aliquid-et
npm install @hishprorg/aliquid-et
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
0%
2
Compared to previous month
Last year
0%
13
Compared to previous year
30
A simple cache for a few of the JS Error constructors.
1const assert = require('assert'); 2 3const Base = require('@hishprorg/aliquid-et'); 4const Eval = require('@hishprorg/aliquid-et/eval'); 5const Range = require('@hishprorg/aliquid-et/range'); 6const Ref = require('@hishprorg/aliquid-et/ref'); 7const Syntax = require('@hishprorg/aliquid-et/syntax'); 8const Type = require('@hishprorg/aliquid-et/type'); 9const URI = require('@hishprorg/aliquid-et/uri'); 10 11assert.equal(Base, Error); 12assert.equal(Eval, EvalError); 13assert.equal(Range, RangeError); 14assert.equal(Ref, ReferenceError); 15assert.equal(Syntax, SyntaxError); 16assert.equal(Type, TypeError); 17assert.equal(URI, URIError);
Simply clone the repo, npm install
, and run npm test
Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.
No vulnerabilities found.
No security vulnerabilities found.