# just-assert

> The smallest possible assertion library with 0 extra features

Latest version **1.0.1** (published 2017-01-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install just-assert
pnpm add just-assert
yarn add just-assert
bun add just-assert
```

## 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.1 |
| Published | 2017-01-09 |
| First published | 2017-01-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ByondReal Dev |
| Maintainers | byondreal |
| Keywords | assert, assertion, smallest, browserify |

## Links

- npm: https://www.npmjs.com/package/just-assert
- Repository: https://github.com/byondreal/just-assert
- Issues: https://github.com/byondreal/just-assert/issues
- npm.io page: https://npm.io/package/just-assert

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-01-09

## README

just-assert
===========

World's smallest JavaScript assertion library

## Usage

    assert(2 === 3, '2 is not equal to 3!');
    assert.not(2 === 2, '2 is equal to 2!');

Also shows console trace to show whence the error came from.

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