New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stablelib/chacha

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/chacha - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

chacha.bench.ts
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
import { streamXOR } from "./chacha";
import { streamXOR } from "./chacha.js";
import { benchmark, report, byteSeq } from "@stablelib/benchmark";

@@ -6,0 +6,0 @@

@@ -5,3 +5,3 @@ // Copyright (C) 2016 Dmitry Chestnykh

import { describe, expect, it } from 'vitest';
import { streamXOR, stream } from "./chacha";
import { streamXOR, stream } from "./chacha.js";
import { encode, decode } from "@stablelib/hex";

@@ -8,0 +8,0 @@

// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
import { streamXOR } from "./chacha";
import { streamXOR } from "./chacha.js";
import { benchmark, report, byteSeq } from "@stablelib/benchmark";

@@ -5,0 +5,0 @@ const buf16K = byteSeq(16 << 10);

// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
import { describe, expect, it } from 'vitest';
import { streamXOR, stream } from "./chacha";
import { streamXOR, stream } from "./chacha.js";
import { encode, decode } from "@stablelib/hex";

@@ -6,0 +6,0 @@ function seq(len) {

{
"name": "@stablelib/chacha",
"version": "2.0.0",
"version": "2.0.1",
"description": "ChaCha stream cipher",

@@ -23,10 +23,10 @@ "main": "./lib/chacha.js",

"dependencies": {
"@stablelib/binary": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
"@stablelib/binary": "^2.0.1",
"@stablelib/wipe": "^2.0.1"
},
"devDependencies": {
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
"@stablelib/hex": "^2.0.1"
},
"gitHead": "ecfe9109b3c05419fd3ffc16da6c8255b08ad64f"
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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