# browser-util-inspect

> light-weight, zero-dep port of `util-inspect` suitable for the browser

Latest version **0.2.0** (published 2017-12-28) · MIT* license · 0 weekly downloads

## Install

```sh
npm install browser-util-inspect
pnpm add browser-util-inspect
yarn add browser-util-inspect
bun add browser-util-inspect
```

## Health

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

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2017-12-28 |
| First published | 2017-12-28 |
| Weekly downloads | 0 |
| License | MIT* |
| TypeScript types | separate (@types/browser-util-inspect) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Maintainers | deecewan |

## Links

- npm: https://www.npmjs.com/package/browser-util-inspect
- Repository: https://github.com/deecewan/util-inspect
- npm.io page: https://npm.io/package/browser-util-inspect

## Recent versions

- 0.2.0 (latest) — 2017-12-28

## README

# browser-util-inspect

This module contains minor modifications to the 
[original by Automattic](https://github.com/Automattic/util-inspect). It
disregards legacy platform support and has zero dependencies, making it much
lower weight.

This is an extraction of Node's `inspect` utility from the `util`
module, with two fundamental advantages:

- Single, focused module
- Ready for use in-browser

## How to use

With some kind of module bundler (webpack, etc):

```js
import inspect from 'browser-util-inspect';
console.log(inspect({}));
```

## License

MIT – Copyright (c) 2010-2014 Joyent, Inc.

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