Socket
Socket
Sign inDemoInstall

sodium-javascript

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sodium-javascript - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

example.js

5

package.json
{
"name": "sodium-javascript",
"version": "0.7.1",
"version": "0.7.2",
"description": "WIP - a pure javascript version of sodium-native",

@@ -27,3 +27,4 @@ "main": "index.js",

"browser": {
"crypto": false
"crypto": false,
"worker_threads": false
},

@@ -30,0 +31,0 @@ "react-native": {

2

README.md

@@ -36,3 +36,3 @@ # `sodium-javascript`

See [sodium-native](https://github.com/sodium-friends/sodium-native).
This is a work in progress so all functions are not implemented yet.
This is a work in progress so not all functions are implemented yet.

@@ -39,0 +39,0 @@ This module is organised into individual submodules which can be required

require('sodium-test')(require('.'))
if (typeof window !== 'undefined') window.close()
if ((typeof window !== 'undefined') && window.close) window.close()
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