Socket
Socket
Sign inDemoInstall

libsodium-wrappers

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsodium-wrappers - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

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

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

"dependencies": {
"libsodium": "0.5.1"
"libsodium": "0.5.2"
},

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

@@ -0,1 +1,3 @@

[![Make a donation to support this project](https://img.shields.io/badge/donate-PayPal-green.svg?style=flat)](https://www.libsodium.org/donate)
# libsodium.js

@@ -28,3 +30,3 @@

Ready-to-use files based on libsodium 1.0.12 can be directly copied to your
Ready-to-use files based on libsodium 1.0.13 can be directly copied to your
project.

@@ -195,4 +197,5 @@

The `crypto_pwhash_*` function set is also only included in the Sumo
version. The high amount of heap memory (allocated after loading) required by
these functions may not be desirable when they are not being used.
version. The high amount of heap memory (allocated after loading)
required by these functions may not be desirable when they are not
being used.

@@ -222,9 +225,11 @@ The sumo version is slightly larger than the standard version, and

The build available in this repository does not contain all the functions available in the original libsodium library.
The build available in this repository does not contain all the
functions available in the original libsodium library.
Providing that you have all the build dependencies installed, here is how you can build libsodium.js to include the functions you need :
Providing that you have all the build dependencies installed, here is
how you can build libsodium.js to include the functions you need :
```shell
git clone https://github.com/jedisct1/libsodium.js
cd ./libsodium.js
cd libsodium.js

@@ -243,3 +248,6 @@ # Get the original C version of libsodium and configure it

__NOTE:__ for each of the functions/constants you add, make sure that the corresponding symbol files exist in the `wrapper/symbols` folder and that the constants are listed in the `wrapper/constants.json` file.
__NOTE:__ for each of the functions/constants you add, make sure that
the corresponding symbol files exist in the `wrapper/symbols` folder
and that the constants are listed in the `wrapper/constants.json`
file.

@@ -246,0 +254,0 @@ ## Authors

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