Socket
Socket
Sign inDemoInstall

libsodium-neon

Package Overview
Dependencies
81
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

7

package.json
{
"dependencies": {
"neon-cli": "0.1.17"
"neon-cli": "0.1.18"
},
"description": "Node.js bindings to sodiumoxide.",
"description": "Node.js bindings to rust_sodium.",
"devDependencies": {

@@ -20,5 +20,6 @@ "eslint": "3.17.1",

"lint": "eslint .",
"build": "neon build",
"test": "jasmine test"
},
"version": "2.1.0"
"version": "2.1.1"
}

@@ -24,4 +24,4 @@ # Wire

- [Node.js](https://nodejs.org/)
- Rust (use [rustup](https://rustup.rs/))
- [Neon](https://github.com/neon-bindings/neon)
- [Rust](https://www.rust-lang.org/install.html)
- For Windows also [windows-build-tools](https://www.npmjs.com/package/windows-build-tools)

@@ -37,9 +37,9 @@

Afterwards you need to build the project:
Afterwards you can build the project:
```bash
neon build
npm run build
```
To test it with node, run:
To test the native module, run:

@@ -46,0 +46,0 @@ ```bash

Sorry, the diff of this file is not supported yet

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