Socket
Socket
Sign inDemoInstall

libsodium-neon

Package Overview
Dependencies
81
Maintainers
7
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-autobuild

yarn.lock

17

package.json
{
"dependencies": {
"neon-cli": "0.1.17"
"neon-cli": "0.1.20"
},
"description": "Node.js bindings to sodiumoxide.",
"description": "Node.js bindings to rust_sodium.",
"devDependencies": {
"eslint": "3.17.1",
"jasmine": "2.5.3",
"libsodium-wrappers-sumo": "0.4.9"
"cross-env": "5.0.5",
"eslint": "4.7.2",
"jasmine": "2.8.0",
"libsodium-wrappers-sumo": "0.5.4"
},

@@ -20,5 +21,7 @@ "license": "GPL-3.0",

"lint": "eslint .",
"test": "jasmine test"
"build": "neon build",
"postinstall": "neon build || echo \"Warning: could not install libsodium-neon.\"",
"test": "cross-env JASMINE_CONFIG_PATH=test/support/jasmine.json jasmine"
},
"version": "2.1.0"
"version": "2.1.1-autobuild"
}

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