argon2-pass
Advanced tools
Comparing version 1.0.0 to 1.0.1
# 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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
657411
Updatedsodium-native@^2.2.3