@adonisjs/hash
Advanced tools
Comparing version 8.3.1-9 to 9.0.0
{ | ||
"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 |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0