Socket
Socket
Sign inDemoInstall

sodium-native

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sodium-native - npm Package Versions

1
7

2.3.0

Diff

Changelog

Source

v2.3.0

  • Upgrade to libsodium 1.0.17
  • Add new sodium_sub (opposite of sodium_add)
  • Add new finite field operations crypto_core_ed25519_* and constants
  • Add crypto_sign_ed25519_sk_to_pk
emilbayes
published 2.2.6 •

Changelog

Source

v2.2.6

  • Rebuilding the electron prebuild to get 4.0.4 support to work. This has a fix for an ABI mismatch.
mafintosh
published 2.2.5 •

Changelog

Source

v2.2.5

  • Rebuilding the electron prebuild to get 4.0.0 support to work.
emilbayes
published 2.2.4 •

Changelog

Source

v2.2.4

  • Updated cross-references to libsodium documentation (thanks @stripedpajamas)
  • Fix documentation typo (thanks @ralphtheninja)
  • Fix [DEP0005] DeprecationWarning: Buffer() (thanks @ralphtheninja)
  • Upgrade and be compliant with standard@12
  • Improve robustness of Windows builds. This means that we now use the "best" possible MSBuild. Thank you for all the work @enko
  • Due to the previous effort we can now build all artefacts on Travis and their new Windows offering
  • Amend the new MSBuild finding algorithm to look for "Program Files (x86)" first, such that cross-compiling works
emilbayes
published 2.2.3 •

Changelog

Source

v2.2.3

  • Add Node 11 to build matrix
emilbayes
published 2.2.2 •

Changelog

Source

v2.2.2

  • Document release process
  • Wrong error messages wrt. crypto_sign. Thanks @jackschmidt
  • Build for Electron v3.0.0
emilbayes
published 2.2.1 •

Changelog

Source

v2.2.1

  • Fix CHANGELOG
emilbayes
published 2.2.0 •

Changelog

Source

v2.2.0

  • Register tags for async_hooks on crypto_pwhash_*_async functions
  • Add constants and methods for crypto_aead_xchacha20poly1305_ietf_*. Please note the special circumstances around the bindings of MESSAGEBYTES_MAX and crypto_aead_xchacha20poly1305_ietf_*_detached.
  • Improved error messages; now reports the constants and argument names documented from javascript.
  • Use Buffer.alloc/Buffer.fill/Buffer.from in tests and examples
  • Add more libsodium helpers; sodium_memcmp, sodium_compare, sodium_add, sodium_increment, sodium_is_zero
  • Make it possible to pass only one of rx or tx to crypto_kx_*
  • Add crypto_scalarmult_ed25519_* and crypto_core_ed25519_* operations
emilbayes
published 2.1.6 •

Changelog

Source

v2.1.6

  • Additional check x < 0 before cast on uint assert macro
  • Add prebuilds for Node 10
emilbayes
published 2.1.5 •

Changelog

Source

v2.1.5

Fixes a critical bug in crypto_secretstream_xchacha20poly1305_init_push where it would call crypto_secretstream_xchacha20poly1305_init_pull instead.

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