# strong-debug-utils

> Utilities for extending the debug module.

Latest version **1.0.2** (published 2017-07-11) · Artistic-2.0 license · 0 weekly downloads

## Install

```sh
npm install strong-debug-utils
pnpm add strong-debug-utils
yarn add strong-debug-utils
bun add strong-debug-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-07-11 |
| First published | 2016-09-29 |
| Weekly downloads | 0 |
| License | Artistic-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | delisle@ca.ibm.com |
| Maintainers | kjdelisle, octet |

## Links

- npm: https://www.npmjs.com/package/strong-debug-utils
- npm.io page: https://npm.io/package/strong-debug-utils

## Dependencies (2)

- [debug](https://npm.io/package/debug.md) ^2.2.0
- [lodash](https://npm.io/package/lodash.md) ^4.15.0

## Recent versions

- 1.0.2 (latest) — 2017-07-11
- 1.0.1 — 2016-09-29

## README

# strong-debug-utils

Utilities for extending the debug module.

Usage:
Create a module to import strong-debug-utils and set your prefix,
then import that module and set your suffix as appropriate for your debug
statements.

Example:
```
// debug.js
module.exports = require('strong-debug-utils')('foo');

// bar.js
var debug = require('./debug.js')('bar');

// prints to debug with the 'foo:bar' header
debug('I am in bar!');
```

---
_Source: https://npm.io/package/strong-debug-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
