mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 18:30:04 +02:00
1.0.0: Add sync API and update async API to pass error to callback as the first argument.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "secure-random-string",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Generates a secure random string with a given length",
|
||||
"main": "lib/secure-random-string.js",
|
||||
"scripts": {
|
||||
@@ -11,9 +11,12 @@
|
||||
"url": "https://github.com/S2-/securerandomstring.git"
|
||||
},
|
||||
"keywords": [
|
||||
"crypto",
|
||||
"cryptography",
|
||||
"secure",
|
||||
"random",
|
||||
"string"
|
||||
"string",
|
||||
"token"
|
||||
],
|
||||
"author": "Simon Santoro",
|
||||
"contributors": ["Mark Stosberg <mark@rideamigos.com>"],
|
||||
|
Reference in New Issue
Block a user