Socket
Socket
Sign inDemoInstall

@hapiness/biim

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hapiness/biim

Error Library to use it inside Hapiness framework or standalone using Boom


Version published
Weekly downloads
14
increased by27.27%
Maintainers
1
Install size
107 kB
Created
Weekly downloads
 

Readme

Source
Hapiness
build coveralls dependencies devDependencies

Biim

Error module based on boom.

Table of contents

Using config module

yarn or npm it in your package.json

$ npm install --save @hapiness/biim

or

$ yarn add @hapiness/biim
"dependencies": {
    "@hapiness/biim": "^1.4.0",
    //...
}
//...

Use

Node.js Script:

import { Biim } from '@hapiness/biim';

Biim.badRequest('my-message', 'some-data', { key: 'bad-request' });

Back to top

Change History

  • v2.0.0 (2017-05-07)
    • Remove lifecycle
    • Update deps, Boom 7
  • v1.4.0 (2017-11-20)
    • Latest packages' versions.
    • Documentation.
    • Change packaging process.
  • v1.3.2
    • Add module to have a lifecycle to format error message
    • Latest packages' versions
  • v1.2.0
    • Support of Boom v6.0.0
    • Latest packages' versions
  • v1.1.0
    • Improve error instantiation.
    • Update unit tests.
  • v1.0.0
    • Final release version.
  • v1.0.0-rc.6 (2017-07-16)
    • Init the project.

Back to top

Maintainers

tadaweb
Julien FauvilleAntoine GomezSébastien RitzNicolas Jessel

Back to top

License

Copyright (c) 2017 Hapiness Licensed under the MIT license.

Back to top

Keywords

FAQs

Last updated on 14 May 2019

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