@adonisjs/hash
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -75,3 +75,3 @@ declare module '@ioc:Adonis/Core/Hash' { | ||
*/ | ||
export type HashDrivers = { | ||
export interface HashDrivers { | ||
bcrypt: { | ||
@@ -81,7 +81,7 @@ config: BcryptConfig; | ||
}; | ||
argon: { | ||
argon2: { | ||
config: ArgonConfig; | ||
implementation: ArgonContract; | ||
}; | ||
}; | ||
} | ||
/** | ||
@@ -88,0 +88,0 @@ * List of hash mappings used by the app. Using declaration merging, one |
{ | ||
"name": "@adonisjs/hash", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Multi driver hash module with support for PHC string formats", | ||
@@ -5,0 +5,0 @@ "main": "build/providers/HashProvider", |
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
29358