Socket
Socket
Sign inDemoInstall

@teamteanpm2024/exercitationem-rem-magni

Package Overview
Dependencies
27
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @teamteanpm2024/exercitationem-rem-magni

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]


Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@teamteanpm2024/exercitationem-rem-magni 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('@teamteanpm2024/exercitationem-rem-magni');
const Eval = require('@teamteanpm2024/exercitationem-rem-magni/eval');
const Range = require('@teamteanpm2024/exercitationem-rem-magni/range');
const Ref = require('@teamteanpm2024/exercitationem-rem-magni/ref');
const Syntax = require('@teamteanpm2024/exercitationem-rem-magni/syntax');
const Type = require('@teamteanpm2024/exercitationem-rem-magni/type');
const URI = require('@teamteanpm2024/exercitationem-rem-magni/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.

Keywords

FAQs

Last updated on 29 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc