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

xchacha20-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xchacha20-js - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

0

index.js

@@ -0,0 +0,0 @@ const ChaCha20 = require('./lib/chacha20');

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

10

package.json
{
"name": "xchacha20-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "Javascript implementations of ChaCha20, HChaCha20, and XChaCha20",

@@ -20,8 +20,8 @@ "main": "index.js",

"devDependencies": {
"assert": "^1.4.1",
"chai": "^4.2.0",
"mocha": "^6.1.4"
"assert": "^2.0.0",
"chai": "^4.3.6",
"mocha": "^9.2.0"
},
"dependencies": {
"typedarray-to-buffer": "^3.1.5"
"typedarray-to-buffer": "^4.0.0"
},

@@ -28,0 +28,0 @@ "author": "Paragon Initiative Enterprises",

@@ -0,0 +0,0 @@ # XChaCha20 (JavaScript)

@@ -0,0 +0,0 @@ const expect = require('chai').expect;

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