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.3.0 to 0.3.1

8

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

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

"dependencies": {
"libsodium": "0.3.0"
"libsodium": "0.3.1"
},

@@ -25,3 +25,5 @@ "keywords": [

"blake2",
"siphash"
"siphash",
"argon2",
"ecc"
],

@@ -28,0 +30,0 @@ "author": "Ahmad Ben Mrad (@BatikhSouri)",

@@ -10,3 +10,3 @@ # libsodium.js

The complete library weights 149 Kb (minified, gzipped) and can run in
The complete library weights 110 Kb (minified, gzipped) and can run in
a web browser as well as server-side.

@@ -97,3 +97,2 @@

* `from_base64()`, `to_base64()`
* `from_hex()`, `to_hex()`

@@ -132,3 +131,3 @@ * `from_string()`, `to_string()`

order to specify what format the output should be in. Valid options
are `uint8array' (default), 'text', 'hex' and 'base64'.
are `uint8array' (default), 'text' and 'hex'.

@@ -141,6 +140,5 @@ Example:

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.
In addition, the `from_hex`, `to_hex`, `from_string`, and `to_string`
functions are available to explicitly convert hexadecimal, and
arbitrary string representations from/to `Uint8Array` objects.

@@ -181,3 +179,3 @@ Functions returning more than one output buffer are returning them as

* zopfli (`npm install -g node-zopfli`)
* uglifyjs (`npm install -g uglifyjs`)
* uglifyjs (`npm install -g uglify-js`)

@@ -184,0 +182,0 @@ Running `make` will clone libsodium, build it, test it, build the

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