@nomicfoundation/ethereumjs-ethash
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@nomicfoundation/ethereumjs-ethash", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "An ethash implementation in JavaScript", | ||
@@ -38,5 +38,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@nomicfoundation/ethereumjs-block": "5.0.0", | ||
"@nomicfoundation/ethereumjs-rlp": "5.0.0", | ||
"@nomicfoundation/ethereumjs-util": "9.0.0", | ||
"@nomicfoundation/ethereumjs-block": "5.0.1", | ||
"@nomicfoundation/ethereumjs-rlp": "5.0.1", | ||
"@nomicfoundation/ethereumjs-util": "9.0.1", | ||
"abstract-level": "^1.0.3", | ||
@@ -47,3 +47,3 @@ "bigint-crypto-utils": "^3.0.23", | ||
"devDependencies": { | ||
"@nomicfoundation/ethereumjs-common": "4.0.0", | ||
"@nomicfoundation/ethereumjs-common": "4.0.1", | ||
"memory-level": "^1.0.0" | ||
@@ -50,0 +50,0 @@ }, |
+ Added@nomicfoundation/ethereumjs-block@5.0.1(transitive)
+ Added@nomicfoundation/ethereumjs-common@4.0.1(transitive)
+ Added@nomicfoundation/ethereumjs-rlp@5.0.1(transitive)
+ Added@nomicfoundation/ethereumjs-trie@6.0.1(transitive)
+ Added@nomicfoundation/ethereumjs-tx@5.0.1(transitive)
+ Added@nomicfoundation/ethereumjs-util@9.0.1(transitive)
- Removed@nomicfoundation/ethereumjs-block@5.0.0(transitive)
- Removed@nomicfoundation/ethereumjs-common@4.0.0(transitive)
- Removed@nomicfoundation/ethereumjs-rlp@5.0.0(transitive)
- Removed@nomicfoundation/ethereumjs-trie@6.0.0(transitive)
- Removed@nomicfoundation/ethereumjs-tx@5.0.0(transitive)
- Removed@nomicfoundation/ethereumjs-util@9.0.0(transitive)