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 1.0.7 to 1.0.8

2

build/providers/HashProvider.d.ts
import { IocContract } from '@adonisjs/fold';
export default class ConfigProvider {
export default class HashProvider {
protected $container: IocContract;

@@ -4,0 +4,0 @@ constructor($container: IocContract);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Hash_1 = require("../src/Hash");
class ConfigProvider {
class HashProvider {
constructor($container) {

@@ -15,2 +15,2 @@ this.$container = $container;

}
exports.default = ConfigProvider;
exports.default = HashProvider;
{
"name": "@adonisjs/hash",
"version": "1.0.7",
"version": "1.0.8",
"description": "Multi driver hash module with support for PHC string formats",

@@ -42,3 +42,3 @@ "files": [

"devDependencies": {
"@adonisjs/fold": "^6.1.6",
"@adonisjs/fold": "^6.1.9",
"@adonisjs/mrm-preset": "^2.1.0",

@@ -51,3 +51,3 @@ "@phc/argon2": "^1.0.9",

"cz-conventional-changelog": "^3.0.2",
"del-cli": "^2.0.0",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",

@@ -63,3 +63,3 @@ "husky": "^3.0.5",

"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-markdown": "^2.1.10",
"typedoc-plugin-markdown": "^2.1.11",
"typescript": "^3.6.2"

@@ -66,0 +66,0 @@ },

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