# nonce

> returns unique and ever increasing timestamps

Latest version **1.0.4** (published 2016-06-24) · Free as in Hugs license · 0 weekly downloads

## Install

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

## 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.4 |
| Published | 2016-06-24 |
| First published | 2012-11-12 |
| Weekly downloads | 0 |
| License | Free as in Hugs |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.6 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 26 |
| Author | Andreas Brekken |
| Maintainers | abrkn |
| Keywords | nonce, timestamp, rest |

## Links

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

## Recent versions

- 1.0.4 (latest) — 2016-06-24
- 1.0.3 — 2013-05-02
- 1.0.2 — 2013-05-02
- 1.0.1 — 2013-05-02
- 1.0.0 — 2012-11-12

## README

nonce
=====

[![Build Status](https://travis-ci.org/abrkn/nonce.svg?branch=master)](https://travis-ci.org/abrkn/nonce)

returns unique and ever increasing timestamps

usage
----

```javascript
var n = require('nonce')();
console.log(n());
```

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