Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@magic/error

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic/error

errors for @magic

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
401
increased by15.56%
Maintainers
2
Weekly downloads
 
Created
Source

@magic/error

throw errors with custom code/name.

html-docs

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

installation:
npm install @magic/error
usage:
import error from '@magic/error'

err = error('message', 'name')
// { message: 'message', name: 'name' }

err = error('message')
// { message: 'message', name: 'E_UNKNOWN' }

throw err
// the stacktrace will be as expected, not including the file this error was instantiated in.
changelog
0.0.1

first commit

0.0.2 - unreleased

...

FAQs

Package last updated on 15 Jan 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc