@adonisjs/hash
Advanced tools
Comparing version 9.0.0 to 9.0.1
{ | ||
"name": "@adonisjs/hash", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Framework agnostic Password hashing package with support for PHC string format", | ||
@@ -52,13 +52,13 @@ "main": "build/index.js", | ||
"@adonisjs/tsconfig": "^1.2.1", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@commitlint/cli": "^18.5.0", | ||
"@commitlint/config-conventional": "^18.5.0", | ||
"@japa/assert": "^2.1.0", | ||
"@japa/expect-type": "^2.0.1", | ||
"@japa/runner": "^3.1.1", | ||
"@swc/core": "^1.3.102", | ||
"@swc/core": "^1.3.105", | ||
"@types/bcrypt": "^5.0.2", | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.11.5", | ||
"argon2": "^0.31.2", | ||
"bcrypt": "^5.1.1", | ||
"c8": "^9.0.0", | ||
"c8": "^9.1.0", | ||
"cross-env": "^7.0.3", | ||
@@ -70,3 +70,3 @@ "del-cli": "^5.1.0", | ||
"np": "^9.2.0", | ||
"prettier": "^3.1.1", | ||
"prettier": "^3.2.4", | ||
"ts-node": "^10.9.2", | ||
@@ -78,3 +78,3 @@ "tsup": "^8.0.1", | ||
"@phc/format": "^1.0.0", | ||
"@poppinss/utils": "^6.7.0" | ||
"@poppinss/utils": "^6.7.1" | ||
}, | ||
@@ -81,0 +81,0 @@ "peerDependencies": { |
@@ -11,3 +11,3 @@ # @adonisjs/hash | ||
## Official Documentation | ||
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/hash) | ||
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/hashing) | ||
@@ -14,0 +14,0 @@ ## Contributing |
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
110634
Updated@poppinss/utils@^6.7.1