# process-nextick-args

> process.nextTick but always with args

Latest version **2.0.1** (published 2019-06-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install process-nextick-args
pnpm add process-nextick-args
yarn add process-nextick-args
bun add process-nextick-args
```

## 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.1 |
| Published | 2019-06-19 |
| First published | 2015-05-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 33 |
| Maintainers | cwmma |

## Links

- npm: https://www.npmjs.com/package/process-nextick-args
- Repository: https://github.com/calvinmetcalf/process-nextick-args
- Issues: https://github.com/calvinmetcalf/process-nextick-args/issues
- npm.io page: https://npm.io/package/process-nextick-args

## Recent versions

- 2.0.1 (latest) — 2019-06-19
- 2.0.0 — 2017-12-11
- 1.0.7 — 2016-05-04
- 1.0.6 — 2015-12-03
- 1.0.5 — 2015-12-02
- 1.0.4 — 2015-12-02
- 1.0.3 — 2015-09-09
- 1.0.2 — 2015-07-16
- 1.0.1 — 2015-05-21
- 1.0.0 — 2015-05-21

## README

process-nextick-args
=====

[![Build Status](https://travis-ci.org/calvinmetcalf/process-nextick-args.svg?branch=master)](https://travis-ci.org/calvinmetcalf/process-nextick-args)

```bash
npm install --save process-nextick-args
```

Always be able to pass arguments to process.nextTick, no matter the platform

```js
var pna = require('process-nextick-args');

pna.nextTick(function (a, b, c) {
  console.log(a, b, c);
}, 'step', 3,  'profit');
```

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