Comparing version 1.0.0 to 1.0.1
@@ -56,8 +56,8 @@ const hash = function (string, pass) { | ||
// const quick = require('quickhash'); | ||
// const key = require('keyhasher'); | ||
// var op = quick.hash('okay', 3); | ||
// var op = key.hash('okay', 3); | ||
// console.log(op) | ||
// var op2 = quick.revHash(op, 3); | ||
// var op2 = key.revHash(op, 3); | ||
// console.log(op2) |
{ | ||
"name": "keyhasher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1893