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

6

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

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

"dependencies": {
"libsodium": "^0.7.11"
"libsodium": "^0.7.13"
},

@@ -21,3 +21,3 @@ "devDependencies": {

"chai": "^4.3.7",
"libsodium": "^0.7.11",
"libsodium": "^0.7.13",
"mocha": "^10.2.0",

@@ -24,0 +24,0 @@ "terser": "^5.16.3"

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc