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

@rabbit-company/blake2b

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rabbit-company/blake2b - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

module/blake2b.d.ts

17

package.json
{
"name": "@rabbit-company/blake2b",
"version": "1.1.0",
"version": "2.0.0",
"description": "Blake2b-512 hash function",
"main": "./src/blake2b.js",
"main": "./module/blake2b.js",
"browser": "./module/blake2b.js",
"type": "module",

@@ -13,6 +14,7 @@ "homepage": "https://github.com/Rabbit-Company/Blake2b-JS",

"scripts": {
"build": "rabbit-builder"
"build": "bun run build.ts"
},
"files": [
"src/blake2b.js"
"module/blake2b.js",
"module/blake2b.d.ts"
],

@@ -38,4 +40,9 @@ "repository": {

"devDependencies": {
"@rabbit-company/rabbit-builder": "^1.0.4"
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.1",
"@rabbit-company/logger": "^3.1.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}

@@ -22,4 +22,4 @@ # Blake2b-JS

Parameters:
1. Message (String)
2. Secret (String) <>
1. Message (String or Uint8Array)
2. Secret (String or Uint8Array | undefined) <>
3. Length (Int) <64> (Min = 0 and Max = 64)

@@ -26,0 +26,0 @@ 4. Salt (String or Uint8Array) <> (String with length 16 or Uint8Array)

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