Socket
Socket
Sign inDemoInstall

libsodium-sumo

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsodium-sumo - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

4

package.json
{
"name": "libsodium-sumo",
"version": "0.7.6",
"version": "0.7.7",
"description": "The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers, sumo variant)",

@@ -41,2 +41,2 @@ "main": "dist/modules-sumo/libsodium-sumo.js",

}
}
}

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

The complete library weights 188 KB (minified, gzipped, includes pure JS +
The complete library weighs 188 KB (minified, gzipped, includes pure JS +
WebAssembly versions) and can run in a web browser as well as server-side.

@@ -27,2 +27,8 @@

This is comparable to the WebCrypto API, which is compatible with a
similar number of browsers.
Signatures and other Edwards25519-based operations are compatible with
[WasmCrypto](https://github.com/jedisct1/wasm-crypto).
## Installation

@@ -122,3 +128,3 @@

whose value is one of: `base64_variants.ORIGINAL`, `base64_variants.ORIGINAL_NO_PADDING`,
`base64_variants.URLSAFE` or `s.base64_variants.URLSAFE_NO_PADDING`. Default is `base64_variants.URLSAFE_NO_PADDING`.
`base64_variants.URLSAFE` or `base64_variants.URLSAFE_NO_PADDING`. Default is `base64_variants.URLSAFE_NO_PADDING`.
* `from_hex()`, `to_hex()`

@@ -125,0 +131,0 @@ * `from_string()`, `to_string()`

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

Sorry, the diff of this file is not supported yet

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