@adonisjs/hash
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -12,5 +12,5 @@ /** | ||
interface HashersList { | ||
bcrypt: HashDrivers.bcrypt, | ||
argon: HashDrivers.argon, | ||
bcrypt: HashDrivers['bcrypt'], | ||
argon: HashDrivers['argon'], | ||
} | ||
} |
{ | ||
"name": "@adonisjs/hash", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Multi driver hash module with support for PHC string formats", | ||
@@ -47,3 +47,3 @@ "main": "build/providers/HashProvider", | ||
"@phc/bcrypt": "^1.0.2", | ||
"@types/node": "^12.12.21", | ||
"@types/node": "^13.1.0", | ||
"commitizen": "^4.0.3", | ||
@@ -54,3 +54,3 @@ "copyfiles": "^2.1.1", | ||
"doctoc": "^1.4.0", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-adonis": "^1.0.4", | ||
@@ -65,3 +65,3 @@ "husky": "^3.1.0", | ||
"typedoc-plugin-markdown": "^2.2.14", | ||
"typescript": "^3.7.3" | ||
"typescript": "^3.7.4" | ||
}, | ||
@@ -68,0 +68,0 @@ "nyc": { |
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
25138