# colorful-assert

> > working in nodejs, make your assert colorful

Latest version **0.0.3** (published 2017-11-08) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2017-11-08 |
| First published | 2017-11-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | quietcoder |

## Links

- npm: https://www.npmjs.com/package/colorful-assert
- Repository: https://github.com/xiguaxigua/colorful-assert
- Homepage: https://github.com/xiguaxigua/colorful-assert#readme
- Issues: https://github.com/xiguaxigua/colorful-assert/issues
- npm.io page: https://npm.io/package/colorful-assert

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.4

## Recent versions

- 0.0.3 (latest) — 2017-11-08
- 0.0.2 — 2017-11-08
- 0.0.1 — 2017-11-08

## README

## colorful-assert
> working in nodejs, make your assert colorful

[![NPM downloads](http://img.shields.io/npm/dm/colorful-assert.svg)](https://npmjs.org/package/colorful-assert)
![JS gzip size](http://img.badgesize.io/https://unpkg.com/colorful-assert/index.js?compression=gzip&label=gzip%20size:%20JS)
[![Npm package](https://img.shields.io/npm/v/colorful-assert.svg)](https://www.npmjs.org/package/colorful-assert)
![Language](https://img.shields.io/badge/language-javascript-yellow.svg)
![License](https://img.shields.io/badge/license-MIT-000000.svg)

#### assert(value, message, break)
> value == true

#### assert.equal(actual, expected, message, break)
> ==

#### assert.notEqual(actual, expected, message, break)
> !=

#### assert.strictEqual(actual, expected, message, break)
> ===

#### assert.notStrictEqual(actual, expected, message, break)
> !==

#### assert.deepEqual(actual, expected, message, break)
> [{ a: 1 }] == [{ a: 1 }]

#### assert.notDeepEqual(actual, expected, message, break)
> [{ a: 1 }] != [{ a: 1 }]

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