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 7.1.0 to 7.1.1

6

build/adonis-typings/hash.d.ts

@@ -75,3 +75,3 @@ declare module '@ioc:Adonis/Core/Hash' {

*/
export type HashDrivers = {
export interface HashDrivers {
bcrypt: {

@@ -81,7 +81,7 @@ config: BcryptConfig;

};
argon: {
argon2: {
config: ArgonConfig;
implementation: ArgonContract;
};
};
}
/**

@@ -88,0 +88,0 @@ * List of hash mappings used by the app. Using declaration merging, one

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

@@ -5,0 +5,0 @@ "main": "build/providers/HashProvider",

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