Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xsalsa20-encoding

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xsalsa20-encoding - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
const xsalsa20 = require('xsalsa20')
const blake2b = require('blake2b')
const crypto = require('crypto')

@@ -166,3 +165,4 @@ const assert = require('assert')

/**
* @param {}
* Computes the encoding length for a given value.
* @param {Mixed} value
* @return {Number}

@@ -169,0 +169,0 @@ */

{
"name": "xsalsa20-encoding",
"version": "1.0.1",
"version": "1.0.2",
"description": "XSalsa20 codec that implements tha abstract-encoding interface.",

@@ -18,2 +18,3 @@ "main": "index.js",

"devDependencies": {
"blake2b": "^2.1.3",
"nyc": "^15.0.0",

@@ -24,5 +25,4 @@ "protocol-buffers": "^4.1.0",

"dependencies": {
"blake2b": "^2.1.3",
"xsalsa20": "^1.0.2"
}
}
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