a-nonce-generator
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

a-nonce-generator

styled with prettier Travis Coverage Status npm npm license

A generator for creating nonces. It uses the package 'seedrandom' for better randomness.

Homepage

https://adorsys.github.io/npm-nonce-generator/

Installation

npm install a-nonce-generator

Usage

import NonceGenerator from 'a-nonce-generator';
const ng = new NonceGenerator()
const nonce = tg.generate();

Tests

Install dev dependencies with npm install, then run npm test.

Dependencies (2)

Dev Dependencies (29)

Package Sidebar

Install

npm i a-nonce-generator

Weekly Downloads

27

Version

2.0.1

License

MIT

Last publish

Collaborators

  • adorsysoss
  • gra
  • adorsysbot