Socket
Socket
Sign inDemoInstall

bs-node-debug

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-node-debug

BuckleScript interface to the node 'debug' library


Version published
Maintainers
1
Created
Source

bs-node-debug

A temporary interface to debug, to be used until the rebug Node backend is ready.

Example

let debug = Debug.make("my-app", "MyModule");

let debugExn = Debug.make("my-app", "MyModule:exn");

Js.Promise.catch((exn) => {
  debug("Unhandled error:");
  debugExn(exn);
  resolve(None)
})

Keywords

FAQs

Package last updated on 04 Jan 2018

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