Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adonisjs/hash

Package Overview
Dependencies
Maintainers
3
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 8.3.1-9 to 9.0.0

26

package.json
{
"name": "@adonisjs/hash",
"version": "8.3.1-9",
"version": "9.0.0",
"description": "Framework agnostic Password hashing package with support for PHC string format",

@@ -27,3 +27,3 @@ "main": "build/index.js",

"pretest": "npm run lint",
"test": "cross-env NODE_DEBUG=adonisjs:hash c8 npm run vscode:test",
"test": "cross-env NODE_DEBUG=adonisjs:hash c8 npm run quick:test",
"clean": "del-cli build",

@@ -40,3 +40,3 @@ "typecheck": "tsc --noEmit",

"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/hash",
"vscode:test": "node --loader=ts-node/esm bin/test.ts"
"quick:test": "node --loader=ts-node/esm bin/test.ts"
},

@@ -51,16 +51,16 @@ "keywords": [

"devDependencies": {
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.101",
"@swc/core": "^1.3.102",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"argon2": "^0.31.2",
"bcrypt": "^5.1.1",
"c8": "^8.0.1",
"c8": "^9.0.0",
"cross-env": "^7.0.3",

@@ -108,7 +108,7 @@ "del-cli": "^5.1.0",

"access": "public",
"tag": "next"
"tag": "latest"
},
"np": {
"message": "chore(release): %s",
"tag": "next",
"tag": "latest",
"branch": "main",

@@ -115,0 +115,0 @@ "anyBranch": false

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