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.4.1 to 0.4.6

6

package.json
{
"name": "libsodium-wrappers",
"version": "0.4.1",
"version": "0.4.6",
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",
"main": "dist/modules/libsodium-wrappers.js",
"files": ["dist/modules/libsodium-wrappers.js"],
"files": ["dist/modules/libsodium-wrappers.js", "package.json"],
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

"dependencies": {
"libsodium": "0.4.1"
"libsodium": "0.4.6"
},

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

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

Ready-to-use files based on libsodium 1.0.10 can be directly copied to your
Ready-to-use files based on libsodium 1.0.11 can be directly copied to your
project.

@@ -69,6 +69,10 @@

Alternatively, use [npm](https://www.npmjs.com/). The npm package is
Alternatively, use [yarn](https://yarnpkg.com/). The Yarn package is
called `libsodium-wrappers` and includes a dependency on the raw
`libsodium` module.
```shell
$ yarn add libsodium-wrappers
```
```javascript

@@ -207,4 +211,4 @@ var sodium = require('libsodium-wrappers');

* make
* zopfli (`npm install -g node-zopfli`)
* uglifyjs (`npm install -g uglify-js`)
* zopfli (`yarn global add node-zopfli`)
* uglifyjs (`yarn global add uglify-js`)

@@ -211,0 +215,0 @@ Running `make` will clone libsodium, build it, test it, build the

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