Socket
Socket
Sign inDemoInstall

@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 6.0.2 to 6.0.3

1

build/providers/HashProvider.d.ts

@@ -5,3 +5,4 @@ import { ApplicationContract } from '@ioc:Adonis/Core/Application';

constructor(app: ApplicationContract);
static needsApplication: boolean;
register(): void;
}

@@ -24,1 +24,2 @@ "use strict";

exports.default = HashProvider;
HashProvider.needsApplication = true;

12

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

@@ -44,7 +44,7 @@ "main": "build/providers/HashProvider",

"devDependencies": {
"@adonisjs/application": "^3.0.10",
"@adonisjs/application": "^3.0.15",
"@adonisjs/mrm-preset": "^2.4.0",
"@adonisjs/require-ts": "^1.0.0",
"@adonisjs/require-ts": "^1.0.4",
"@poppinss/dev-utils": "^1.0.10",
"@types/node": "^14.11.2",
"@types/node": "^14.11.8",
"argon2": "^0.27.0",

@@ -55,3 +55,3 @@ "bcrypt": "^5.0.0",

"del-cli": "^3.0.1",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",

@@ -63,3 +63,3 @@ "eslint-plugin-adonis": "^1.0.15",

"japa": "^3.1.1",
"mrm": "^2.5.1",
"mrm": "^2.5.2",
"np": "^6.5.0",

@@ -66,0 +66,0 @@ "npm-audit-html": "^1.4.3",

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