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

argon2-pass

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argon2-pass - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3-dev.0

1

dist/index.d.ts
/// <reference types="node" />
import { SecurePassError } from './error';
export { SecurePassError, SecurePassOptionsError } from './error';
export interface SecurePassOptions {

@@ -4,0 +5,0 @@ /**

@@ -16,2 +16,5 @@ "use strict";

const error_1 = require("./error");
var error_2 = require("./error");
exports.SecurePassError = error_2.SecurePassError;
exports.SecurePassOptionsError = error_2.SecurePassOptionsError;
var VerificationResult;

@@ -18,0 +21,0 @@ (function (VerificationResult) {

2

package.json
{
"name": "argon2-pass",
"version": "0.1.2",
"version": "0.1.3-dev.0",
"description": "State of the art password hashing and one time password reset token generation module written in TypeScript for nodejs.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

import sodium from 'sodium-native';
import { SecurePassError, SecurePassOptionsError } from './error';
export { SecurePassError, SecurePassOptionsError } from './error';
export interface SecurePassOptions {

@@ -5,0 +7,0 @@ /**

Sorry, the diff of this file is not supported yet

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