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.5.0 to 1.0.0

6

blockcipher.ts

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

/**
* Block cipher.
* Package blockcipher provides block cipher interface.
*/
/**
* Block cipher interface.
*/
export interface BlockCipher {

@@ -9,0 +13,0 @@ /**

5

lib/blockcipher.d.ts
/**
* Block cipher.
* Package blockcipher provides block cipher interface.
*/
/**
* Block cipher interface.
*/
export interface BlockCipher {

@@ -5,0 +8,0 @@ /**

{
"name": "@stablelib/blockcipher",
"version": "0.5.0",
"version": "1.0.0",
"description": "Block cipher interface declaration",

@@ -14,3 +14,4 @@ "main": "./lib/blockcipher.js",

"build": "tsc"
}
},
"gitHead": "c3b9e138650642a738a9225956c75dbe44c76ae6"
}
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