@rabbit-company/blake2b
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12889
5
433
1
3
1