# mongoose-notekeeper-plugin

> Keep track of changes in your documents

Latest version **1.0.0** (published 2019-07-04) · LGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install mongoose-notekeeper-plugin
pnpm add mongoose-notekeeper-plugin
yarn add mongoose-notekeeper-plugin
bun add mongoose-notekeeper-plugin
```

## 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.0 |
| Published | 2019-07-04 |
| First published | 2019-07-04 |
| Weekly downloads | 0 |
| License | LGPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 11.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | João Lucchetta |
| Maintainers | joaolucasl |
| Keywords | mongoose, history, plugin, typescript |

## Links

- npm: https://www.npmjs.com/package/mongoose-notekeeper-plugin
- Repository: https://github.com/joaolucasl/mongoose-notekeeper-plugin
- npm.io page: https://npm.io/package/mongoose-notekeeper-plugin

## Dependencies (3)

- [dayjs](https://npm.io/package/dayjs.md) ^1.8.14
- [ramda](https://npm.io/package/ramda.md) ^0.26.1
- [rambda](https://npm.io/package/rambda.md) ^2.11.1

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-07-04

## README

# mongoose-notekeeper-plugin

## Installation

```bash
yarn add mongoose-notekeeper-plugin
```

## How To Use

```javascript
// ...
const notekeeperPlugin = require("mongoose-notekeeper-plugin");

const ProductSchema = new Schema({
  name: String,
  type: String,
  price: Number,
  quantity: Number,
  description: String,
  status: String
});

notekeeperPlugin(ProductSchema, { fields: ["quantity", "status"] });
```

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