Socket
Socket
Sign inDemoInstall

@adonisjs/hash

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/hash - npm Package Compare versions

Comparing version 9.0.4 to 9.0.5

2

build/src/drivers/argon.js

@@ -160,4 +160,4 @@ import {

params: {
m: this.#config.memory,
t: this.#config.iterations,
m: this.#config.memory,
p: this.#config.parallelism

@@ -164,0 +164,0 @@ }

{
"name": "@adonisjs/hash",
"version": "9.0.4",
"version": "9.0.5",
"description": "Framework agnostic Password hashing package with support for PHC string format",

@@ -55,6 +55,6 @@ "main": "build/index.js",

"@japa/runner": "^3.1.4",
"@release-it/conventional-changelog": "^8.0.1",
"@swc/core": "^1.7.23",
"@release-it/conventional-changelog": "^8.0.2",
"@swc/core": "^1.7.26",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.5.2",
"@types/node": "^22.5.5",
"argon2": "^0.41.1",

@@ -65,14 +65,14 @@ "bcrypt": "^5.1.1",

"del-cli": "^5.1.0",
"eslint": "^9.9.1",
"eslint": "^9.11.0",
"github-label-sync": "^2.3.1",
"husky": "^9.1.5",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@phc/format": "^1.0.0",
"@poppinss/utils": "^6.7.3"
"@poppinss/utils": "^6.8.3"
},

@@ -79,0 +79,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc