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.11 to 0.7.13

4

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

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

}
}
}

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

* NodeJS
* Bun
* Opera >= 15

@@ -203,6 +204,7 @@ * Safari >= 6 (older versions produce incorrect results)

The `crypto_pwhash_*` function set is included in both versions.
The `crypto_pwhash_*` function set is only included in the sumo version.
The sumo version is slightly larger than the standard version, and
should be used only if you really need the extra symbols it provides.
The sumo version is slightly larger than the standard version, reserves
more memory, and should be used only if you really need the extra symbols
it provides.

@@ -224,2 +226,6 @@ ### Compilation

## Related projects
* [react-native-libsodium](https://github.com/serenity-kit/react-native-libsodium): React Native bindings to Libsodium matching the libsodium-wrappers package API
## Authors

@@ -226,0 +232,0 @@

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