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 1.0.0 to 1.0.1

4

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2018-12-12
Updated package dependencies and re-released.
## [1.0.0] - 2018-09-19

@@ -5,0 +9,0 @@

16

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

@@ -16,13 +16,13 @@ "main": "./dist/index.js",

"dependencies": {
"sodium-native": "^2.2.1"
"sodium-native": "^2.2.3"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/supertest": "^2.0.5",
"jest": "^23.5.0",
"ts-jest": "^23.1.4",
"@types/jest": "^23.3.10",
"@types/supertest": "^2.0.7",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"typedoc": "^0.12.0",
"typedoc": "^0.13.0",
"typedoc-plugin-external-module-name": "^1.1.3",
"typescript": "^3.0.3"
"typescript": "^3.2.2"
},

@@ -29,0 +29,0 @@ "jest": {

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