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

@adonisjs/hash

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

17

package.json
{
"name": "@adonisjs/hash",
"version": "2.0.0",
"version": "2.0.1",
"description": "Multi driver hash module with support for PHC string formats",

@@ -22,3 +22,3 @@ "main": "build/providers/HashProvider",

"copyfiles": "copyfiles \"templates/**/*.txt\" build",
"build": "npm run compile && npm run copyfiles && typedoc --theme markdown --excludePrivate --hideSources && git add docs",
"build": "npm run compile && npm run copyfiles",
"commit": "git-cz",

@@ -44,3 +44,3 @@ "release": "np",

"devDependencies": {
"@adonisjs/fold": "^6.3.2",
"@adonisjs/fold": "^6.3.5",
"@adonisjs/mrm-preset": "^2.3.0",

@@ -50,2 +50,4 @@ "@phc/argon2": "^1.0.9",

"@types/node": "^13.11.1",
"argon2": "^0.26.2",
"bcrypt": "^4.0.1",
"commitizen": "^4.0.4",

@@ -63,5 +65,2 @@ "copyfiles": "^2.2.0",

"ts-node": "^8.8.2",
"typedoc": "^0.17.4",
"typedoc-plugin-external-module-name": "^3.0.0",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^3.8.3"

@@ -94,4 +93,8 @@ },

"@phc/format": "^0.5.0",
"@poppinss/manager": "^2.1.5"
"@poppinss/manager": "^2.1.6"
},
"optionalDependencies": {
"@phc/argon2": "^1.0.9",
"@phc/bcrypt": "^1.0.2"
},
"adonisjs": {

@@ -98,0 +101,0 @@ "templates": {

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