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 Versions

2

1.0.2

Diff

Changelog

Source

[1.0.2] - 2019-08-02

Updated package dependencies and re-released.

drbarnabus
published 1.0.1 •

Changelog

Source

[1.0.1] - 2018-12-12

Updated package dependencies and re-released.

drbarnabus
published 1.0.0 •

Changelog

Source

[1.0.0] - 2018-09-19

First major release of the package. This version will receive full support if any issues are identified as it is no longer deemed to be a "development version".

Added

  • Added a check in verifyOneTimeAuthCode() to validate that the auth code is in the correct format before attempting to separate the code into mac and message. The function will now return false if the code doesn't pass the validation instead of attempting to verify.
drbarnabus
published 0.2.2 •

Changelog

Source

[0.2.2] - 2018-09-10

Added

  • Added convenience functions to test if a VerificationResult is a specific type. These are; isInvalidOrUnrecognized(), isInvalid(), isValid() and isValidNeedsRehash(). These functions will return true if the enumeration value matches the tested value.
drbarnabus
published 0.2.1 •

Changelog

Source

[0.2.1] - 2018-09-09

Removed

  • Removed development console.log calls from the module, these were left in after testing the changes to static readonly values.
drbarnabus
published 0.2.0 •

Changelog

Source

[0.2.0] - 2018-09-08

Added

  • Added JSDoc comments to all functions and important objects. This was then used with the TypeDoc module to generate a documentation site for the package.
  • Added synchronous versions of hash and verify. hashPasswordSync() and verifyHashSync().
  • Added get and set functions for MemLimit. MemLimit() and MemLimit(newValue).
  • Added get and set functions for OpsLimit. OpsLimit() and OpsLimit(newValue).

Changed

  • static readonly configuration default values are now set to their value manually. Previously they were just "re-exports" of sodium-native's constants.

Removed

  • Possibly Breaking Change: Removed getMemLimit() and getOpsLimit() functions, replaced with getters and setters as detailed above.
drbarnabus
published 0.1.3 •

Changelog

Source

[0.1.3] - 2018-09-06

Added

  • Added internal functions to convert buffers to url-safe base64 and back again.
  • Added functions to generate and verify one time authentication buffers. Generates a mac from a supplied message using a random key.
  • Added convenience function to generate and verify one time authentication codes, the mac and message is returned as base64 string.

Changed

  • Package npm/yarn name changed to argon2-pass as secure-pass was too close to another package name.
drbarnabus
published 0.1.3-dev.0 •

drbarnabus
published 0.1.2 •

Changelog

Source

[0.1.2] - 2018-09-06

Fixed

  • Moved SecurePassError and SecurePassOptionsError into a new file.
drbarnabus
published 0.1.1 •

Changelog

Source

[0.1.1] - 2018-09-06

Fixed

  • Fixed missing export SecurePassError.
2
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