random-hash-generator
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "random-hash-generator", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Generates random key-secret pair with sha256 hash, with salt", | ||
@@ -8,5 +8,5 @@ "main": "./lib/index.js", | ||
"rhg": "./bin/random-hash-generator.js", | ||
"rhc": "./bin/random-hash-calc.js", | ||
"rhc": "./bin/random-hash-calculator.js", | ||
"random-hash-generator": "./bin/random-hash-generator.js", | ||
"random-hash-calculator": "./bin/random-hash-calc.js" | ||
"random-hash-calculator": "./bin/random-hash-calculator.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
8526