Socket
Socket
Sign inDemoInstall

debug-module-prefix

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    debug-module-prefix

debug prefixed with the project name


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
58.8 kB
Created
Weekly downloads
 

Readme

Source

debug-module-prefix

Build Status

var debug = require('debug-module-prefix')('test');

debug('log date: ' + new Date());
// will print
// module_name:test:log date: Sun Aug 23 2015 01:19:36 GMT-0500 (CDT)

Keywords

FAQs

Last updated on 09 Sep 2015

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