Socket
Socket
Sign inDemoInstall

libsodium-wrappers

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.2.10

4

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

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

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

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

@@ -10,5 +10,18 @@ # libsodium.js

The complete library weights 137 Kb (minified, gzipped) and can run in
The complete library weights 151 Kb (minified, gzipped) and can run in
a web browser as well as server-side.
### Compatibility
Supported browsers/JS engines:
* Chrome >= 16
* Edge >= 0.11
* Firefox >= 21
* Internet Explorer >= 11
* Mobile Safari on iOS >= 8.0 (older versions produce incorrect results)
* NodeJS / io.js
* Opera >= 15
* Safari >= 6 (older versions produce incorrect results)
## Installation

@@ -70,2 +83,3 @@

* [`crypto_hash`](http://doc.libsodium.org/advanced/sha-2_hash_function.html) (SHA512/256)
* [`crypto_onetimeauth`](http://doc.libsodium.org/advanced/poly1305.html) (Poly1305)
* [`crypto_pwhash`](http://doc.libsodium.org/password_hashing/README.html) (scrypt)

@@ -86,2 +100,4 @@ * [`crypto_scalarmult`](http://doc.libsodium.org/advanced/scalar_multiplication.html) (Curve25519)

* `memzero()` (applies to `Uint8Array` objects)
* `increment()` (increments an arbitrary-long number stored as a
little-endian `Uint8Array` - typically to increment nonces)

@@ -91,3 +107,3 @@ ## API

The API exposed by the wrappers is identical to the one of the C
library, except that buffer lengths never need to be explicitely given.
library, except that buffer lengths never need to be explicitly given.

@@ -94,0 +110,0 @@ Binary input buffers should be `Uint8Array` objects. However, if a string

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc