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

@stablelib/ctr

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/ctr - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

ctr.bench.ts

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

import { benchmark, report, byteSeq } from "@stablelib/benchmark";
import { CTR } from "./ctr";
import { CTR } from "./ctr.js";

@@ -9,0 +9,0 @@ const buf8192 = byteSeq(8192);

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

import { encode, decode } from "@stablelib/hex";
import { CTR } from "./ctr";
import { CTR } from "./ctr.js";

@@ -10,0 +10,0 @@ describe("AES-CTR", () => {

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

import { benchmark, report, byteSeq } from "@stablelib/benchmark";
import { CTR } from "./ctr";
import { CTR } from "./ctr.js";
const buf8192 = byteSeq(8192);

@@ -8,0 +8,0 @@ const buf1111 = byteSeq(1111);

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

import { encode, decode } from "@stablelib/hex";
import { CTR } from "./ctr";
import { CTR } from "./ctr.js";
describe("AES-CTR", () => {

@@ -9,0 +9,0 @@ const v = {

{
"name": "@stablelib/ctr",
"version": "2.0.0",
"version": "2.0.1",
"description": "Counter block cipher mode (CTR)",

@@ -24,10 +24,10 @@ "main": "./lib/ctr.js",

"@stablelib/blockcipher": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
"@stablelib/wipe": "^2.0.1"
},
"devDependencies": {
"@stablelib/aes": "^2.0.0",
"@stablelib/aes": "^2.0.1",
"@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