# bare-inspect

> Inspect objects as strings for debugging

Latest version **3.1.10** (published 2026-09-01) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install bare-inspect
pnpm add bare-inspect
yarn add bare-inspect
bun add bare-inspect
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.1.10 |
| Published | 2026-09-01 |
| First published | 2023-06-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 508.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3 |
| Author | Holepunch |
| Maintainers | mafintosh |

## Links

- npm: https://www.npmjs.com/package/bare-inspect
- Repository: https://github.com/holepunchto/bare-inspect
- Homepage: https://github.com/holepunchto/bare-inspect#readme
- Issues: https://github.com/holepunchto/bare-inspect/issues
- npm.io page: https://npm.io/package/bare-inspect

## Dependencies (2)

- [bare-type](https://npm.io/package/bare-type.md) ^1.0.0
- [bare-ansi-escapes](https://npm.io/package/bare-ansi-escapes.md) ^2.1.0

## Recent versions

- 3.1.10 (latest) — 2026-09-01
- 3.1.9 — 2026-09-01
- 3.1.8 — 2026-09-01
- 3.1.7 — 2026-08-31
- 3.1.6 — 2026-08-31
- 3.1.5 — 2026-08-11
- 3.1.4 — 2025-10-15
- 3.1.3 — 2025-09-20
- 3.1.2 — 2025-08-21
- 3.1.1 — 2025-07-04
- 3.1.0 — 2025-05-22
- 3.0.8 — 2025-04-22
- 3.0.7 — 2025-04-10
- 3.0.6 — 2025-02-18
- 3.0.5 — 2024-10-20
- … 32 more at https://npm.io/package/bare-inspect/versions

## README

# bare-inspect

Inspect objects as strings for debugging.

```
npm i bare-inspect
```

## Usage

```js
const inspect = require('bare-inspect')

console.log(inspect(globalThis))
```

## API

See the [`bare-inspect` reference](https://docs.pears.com/reference/bare/modules/bare-inspect).

## License

Apache-2.0

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