# update-reminder

> ```js #!/usr/bin/env node const Reminder = require('./dist');

Latest version **1.0.11** (published 2020-05-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install update-reminder
pnpm add update-reminder
yarn add update-reminder
bun add update-reminder
```

## 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.11 |
| Published | 2020-05-06 |
| First published | 2019-01-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 9.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | chaolin.jcl |
| Maintainers | ikobe, ycjcl868 |

## Links

- npm: https://www.npmjs.com/package/update-reminder
- npm.io page: https://npm.io/package/update-reminder

## Dependencies (4)

- [ini](https://npm.io/package/ini.md) ^1.3.5
- [debug](https://npm.io/package/debug.md) ^3.2.6
- [semver](https://npm.io/package/semver.md) ^5.6.0
- [urllib](https://npm.io/package/urllib.md) ^2.31.3

## Recent versions

- 1.0.11 (latest) — 2020-05-06
- 1.0.10 — 2019-01-16
- 1.0.9 — 2019-01-16
- 1.0.8 — 2019-01-16
- 1.0.7 — 2019-01-15

## README

```js
#!/usr/bin/env node
const Reminder = require('./dist');

const reminder = new Reminder({ cwd: process.cwd() });

try {
  reminder.report('@alipay/bigfish');
} catch (_) {
}
```

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