bip39 icon indicating copy to clipboard operation
bip39 copied to clipboard

[Snyk] Upgrade nanocurrency-web from 1.2.2 to 1.4.3

Open rayston92 opened this issue 9 months ago • 1 comments

snyk-top-banner

Snyk has created this PR to upgrade nanocurrency-web from 1.2.2 to 1.4.3.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 11 versions ahead of your current version.

  • The recommended version was released 3 years ago.

Release notes
Package name: nanocurrency-web
  • 1.4.3 - 2022-04-27
    • Revert back a change regarding entropy length
  • 1.4.2 - 2022-04-24
    • Fix encrypting and decrypting emojis
  • 1.4.1 - 2022-04-24
    • Fix for legacy wallet creation presented in 1.4.0
  • 1.4.0 - 2022-04-24
    • Added new functionality to encrypt/decrypt strings with Diffie-Hellman
      key exchange with Nano addresses and private keys by converting the keys
      to Curve25519 keys suitable for encryption and using Box functionality
      from NaCl. The library will generate a random nonce to each encryption
      and pass the nonce along with the encrypted message encoded in Base64
    • Some code refactoring (use static classes and make sure ed25519 and
      curve classes are always freshly created)
  • 1.3.6 - 2022-02-04
    • Upgraded dependencies
  • 1.3.5 - 2021-09-18
    • Expose the blake2b hashing function
    • Expose the public key to address function
  • 1.3.4 - 2021-06-08
    • Updated dependencies
    • Improved documentation, JSDoc and typings
  • 1.3.3 - 2021-06-03
    • New feature: verify signatures with the public key
    • New feature: convert nano address to a public key
    • Add documentation about how to verify ownership of user's Nano address
      by doing a signature challenge
    • npm audit fix
  • 1.3.2 - 2021-03-30
    • Allow work to be omitted since it's not required for the signature
    • npm audit fix
  • 1.3.1 - 2021-03-07
    • generateLegacy seed is now optional
  • 1.3.0 - 2021-01-12
  • 1.2.2 - 2020-08-21
from nanocurrency-web GitHub release notes

[!IMPORTANT]

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

rayston92 avatar Apr 18 '25 04:04 rayston92