# grim

> Log usage of deprecated methods

Latest version **2.0.3** (published 2020-09-18) · 0 weekly downloads

## Install

```sh
npm install grim
pnpm add grim
yarn add grim
bun add grim
```

## 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 | 2.0.3 |
| Published | 2020-09-18 |
| First published | 2014-04-01 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 12.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Maintainers | probablycorey, benogle, nathansobo, binarymuse, kevinsawicki, maxbrunsfeld, atom-team |

## Links

- npm: https://www.npmjs.com/package/grim
- Repository: https://github.com/atom/grim
- Homepage: https://github.com/atom/grim#readme
- Issues: https://github.com/atom/grim/issues
- npm.io page: https://npm.io/package/grim

## Dependencies (1)

- [event-kit](https://npm.io/package/event-kit.md) ^2.0.0

## Recent versions

- 2.0.3 (latest) — 2020-09-18
- 2.0.2 — 2017-08-30
- 2.0.1 — 2016-05-15
- 2.0.0 — 2015-10-21
- 1.5.0 — 2015-10-16
- 1.4.2 — 2015-08-20
- 1.4.1 — 2015-05-13
- 1.4.0 — 2015-04-29
- 1.3.0 — 2015-04-28
- 1.2.2 — 2015-04-21
- 1.2.1 — 2015-03-30
- 1.2.0 — 2015-02-19
- 1.1.2 — 2015-02-12
- 1.1.1 — 2015-02-11
- 1.1.0 — 2015-01-09
- … 13 more at https://npm.io/package/grim/versions

## README

# Grim
[![OS X Build Status](https://travis-ci.org/atom/grim.svg)](https://travis-ci.org/atom/grim)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/i4m37pol77vygrvb/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/grim/branch/master)
[![Dependency Status](https://david-dm.org/atom/language-c.svg)](https://david-dm.org/atom/language-c)

Log deprecate calls

## Installing

```sh
npm install grim
```

## Usage

```javascript
Grim = require('grim')

function someOldMethod() {
  Grim.deprecate("Use theNewMethod instead.")
}
```

To view all calls to deprecated methods use `Grim.logDeprecations()` or get direct access to the deprecated calls by using `Grim.getDeprecations()`

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