# proc-nexttick

> Universal process.nextTick for latest browsers

Latest version **1.0.0** (published 2020-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install proc-nexttick
pnpm add proc-nexttick
yarn add proc-nexttick
bun add proc-nexttick
```

## 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 | 2020-10-02 |
| First published | 2020-10-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Martín Acosta |
| Maintainers | tinchoz49 |
| Keywords | nexttick, microtask, queueMicrotask |

## Links

- npm: https://www.npmjs.com/package/proc-nexttick
- Repository: https://github.com/tinchoz49/proc-nexttick
- Homepage: https://github.com/tinchoz49/proc-nexttick#readme
- Issues: https://github.com/tinchoz49/proc-nexttick/issues
- npm.io page: https://npm.io/package/proc-nexttick

## Alternatives

- [cron](https://npm.io/package/cron.md) — 4.9M weekly downloads
- [@vercel/queue](https://npm.io/package/@vercel/queue.md) — 731.6K weekly downloads
- [create-sonicjs](https://npm.io/package/create-sonicjs.md) — 1.6K weekly downloads
- [@exellix/jobs-api](https://npm.io/package/@exellix/jobs-api.md) — 941 weekly downloads
- [@forwardimpact/libskill](https://npm.io/package/@forwardimpact/libskill.md) — 575 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2020-10-02

## README

# proc-nexttick

[![Build Status](https://travis-ci.com/tinchoz49/proc-nexttick.svg?branch=master)](https://travis-ci.com/tinchoz49/proc-nexttick)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Universal process.nextTick for latest browsers

## <a name="install"></a> Install

```
$ npm install proc-nexttick
```

## <a name="usage"></a> Usage

```javascript
const nextTick = require('proc-nexttick')

nextTick((arg1, arg2) => {
  console.log('executed in the next tick', arg1, arg2)
}, 0, 1)
```

## <a name="issues"></a> Issues

:bug: If you found an issue we encourage you to report it on [github](https://github.com/tinchoz49/proc-nexttick/issues). Please specify your OS and the actions to reproduce it.

## <a name="contribute"></a> Contributing

:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this [guideline](https://github.com/tinchoz49/proc-nexttick/blob/master/CONTRIBUTING.md).

## License

MIT ©

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