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

@stablelib/blockcipher

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/blockcipher - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

blockcipher.ts

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

}
export interface BlockCipherContructor {
new(key: Uint8Array, noDecryption?: boolean): BlockCipher;
}

@@ -30,1 +30,4 @@ /**

}
export interface BlockCipherContructor {
new (key: Uint8Array, noDecryption?: boolean): BlockCipher;
}

2

package.json
{
"name": "@stablelib/blockcipher",
"version": "0.1.1",
"version": "0.1.2",
"description": "Block cipher interface declaration",

@@ -5,0 +5,0 @@ "main": "./dist/blockcipher.js",

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