1
0
mirror of https://github.com/S2-/securerandomstring.git synced 2025-08-02 18:30:04 +02:00

Add support for 'sync' API. Updates code, tests and docs.

This commit is contained in:
Mark Stosberg
2015-08-06 12:06:40 -04:00
parent 350fd45086
commit a1cab50548
4 changed files with 52 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "secure-random-string",
"version": "0.0.2",
"version": "0.1.0",
"description": "Generates a secure random string with a given length",
"main": "lib/secure-random-string.js",
"scripts": {
@@ -16,6 +16,7 @@
"string"
],
"author": "Simon Santoro",
"contributors": ["Mark Stosberg <mark@rideamigos.com>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/S2-/securerandomstring/issues"