Socket
Socket
Sign inDemoInstall

libsodium-wrappers

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsodium-wrappers - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

4

package.json
{
"name": "libsodium-wrappers",
"version": "0.2.8",
"version": "0.2.9",
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",

@@ -12,3 +12,3 @@ "main": "dist/modules/libsodium-wrappers.js",

"dependencies": {
"libsodium": "0.2.8"
"libsodium": "0.2.9"
},

@@ -15,0 +15,0 @@ "keywords": [

@@ -81,2 +81,3 @@ # libsodium.js

* `from_hex()`, `to_hex()`
* `from_string()`, `to_string()`
* `memcmp()` (constant-time comparison, returns `true` or `false`)

@@ -114,5 +115,6 @@ * `memzero()` (applies to `Uint8Array` objects)

In addition, the `from_base64`, `to_base64`, `from_hex` and `to_hex`
functions are available to explicitly convert base64 and hexadecimal
representations from/to `Uint8Array` objects.
In addition, the `from_base64`, `to_base64`, `from_hex`, `to_hex`,
`from_string`, and `to_string` functions are available to explicitly
convert base64, hexadecimal, and arbitrary string representations
from/to `Uint8Array` objects.

@@ -119,0 +121,0 @@ Functions returning more than one output buffer are returning them as

Sorry, the diff of this file is too big to display

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