@adonisjs/hash
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -15,4 +15,4 @@ "use strict"; | ||
/// <reference path="../../adonis-typings/hash.ts" /> | ||
const format_1 = __importDefault(require("@phc/format")); | ||
const argon2_1 = __importDefault(require("@phc/argon2")); | ||
const format_1 = __importDefault(require("@phc/format")); | ||
/** | ||
@@ -19,0 +19,0 @@ * Hash driver built on top of argon hashing algorithm. The driver adheres |
{ | ||
"name": "@adonisjs/hash", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Multi driver hash module with support for PHC string formats", | ||
@@ -9,3 +9,2 @@ "main": "build/providers/HashProvider", | ||
"build/providers", | ||
"build/templates", | ||
"build/src", | ||
@@ -22,4 +21,3 @@ "build/standalone.d.ts", | ||
"compile": "npm run lint && npm run clean && tsc", | ||
"copyfiles": "copyfiles \"templates/**/*.txt\" build", | ||
"build": "npm run compile && npm run copyfiles", | ||
"build": "npm run compile", | ||
"commit": "git-cz", | ||
@@ -53,3 +51,2 @@ "release": "np", | ||
"commitizen": "^4.0.4", | ||
"copyfiles": "^2.2.0", | ||
"cz-conventional-changelog": "^3.1.0", | ||
@@ -97,19 +94,3 @@ "del-cli": "^3.0.0", | ||
"@phc/bcrypt": "^1.0.2" | ||
}, | ||
"adonisjs": { | ||
"templates": { | ||
"config": [ | ||
{ | ||
"src": "config/hash.txt", | ||
"dest": "hash" | ||
} | ||
], | ||
"contracts": [ | ||
{ | ||
"src": "contracts/hash.txt", | ||
"dest": "hash" | ||
} | ||
] | ||
} | ||
} | ||
} |
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
19
22309
15