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.1 to 2.0.2

2

build/src/Drivers/Argon.js

@@ -15,4 +15,4 @@ "use strict";

/// <reference path="../../adonis-typings/hash.ts" />
const format_1 = __importDefault(require("@phc/format"));
const argon2_1 = __importDefault(require("@phc/argon2"));
const format_1 = __importDefault(require("@phc/format"));
/**

@@ -19,0 +19,0 @@ * Hash driver built on top of argon hashing algorithm. The driver adheres

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

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

"build/providers",
"build/templates",
"build/src",

@@ -22,4 +21,3 @@ "build/standalone.d.ts",

"compile": "npm run lint && npm run clean && tsc",
"copyfiles": "copyfiles \"templates/**/*.txt\" build",
"build": "npm run compile && npm run copyfiles",
"build": "npm run compile",
"commit": "git-cz",

@@ -53,3 +51,2 @@ "release": "np",

"commitizen": "^4.0.4",
"copyfiles": "^2.2.0",
"cz-conventional-changelog": "^3.1.0",

@@ -97,19 +94,3 @@ "del-cli": "^3.0.0",

"@phc/bcrypt": "^1.0.2"
},
"adonisjs": {
"templates": {
"config": [
{
"src": "config/hash.txt",
"dest": "hash"
}
],
"contracts": [
{
"src": "contracts/hash.txt",
"dest": "hash"
}
]
}
}
}
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