Socket
Socket
Sign inDemoInstall

libsodium

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsodium - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

package.json
{
"name": "libsodium",
"version": "0.2.5",
"version": "0.2.6",
"description": "The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers)",

@@ -5,0 +5,0 @@ "main": "dist/modules/libsodium.js",

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

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

@@ -16,3 +16,3 @@

Ready-to-use files based on libsodium 1.0.2 can be directly copied to your
Ready-to-use files based on libsodium 1.0.3 can be directly copied to your
project.

@@ -68,2 +68,3 @@

* [`crypto_box`](http://doc.libsodium.org/public-key_cryptography/authenticated_encryption.html)
* [`crypto_box_seal`](http://doc.libsodium.org/public-key_cryptography/sealed_boxes.html)
* [`crypto_generichash`](http://doc.libsodium.org/hashing/generic_hashing.html) (Blake2b)

@@ -70,0 +71,0 @@ * [`crypto_hash`](http://doc.libsodium.org/advanced/sha-2_hash_function.html) (SHA512/256)

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