@ethereumjs/ethash
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -20,4 +20,4 @@ /// <reference types="node" /> | ||
/** | ||
* Generates a seed give the end epoc and optional the begining epoc and the | ||
* begining epoc seed | ||
* Generates a seed give the end epoc and optional the beginning epoc and the | ||
* beginning epoc seed | ||
* @method getSeed | ||
@@ -24,0 +24,0 @@ * @param seed Buffer |
@@ -45,4 +45,4 @@ "use strict"; | ||
/** | ||
* Generates a seed give the end epoc and optional the begining epoc and the | ||
* begining epoc seed | ||
* Generates a seed give the end epoc and optional the beginning epoc and the | ||
* beginning epoc seed | ||
* @method getSeed | ||
@@ -49,0 +49,0 @@ * @param seed Buffer |
{ | ||
"name": "@ethereumjs/ethash", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An ethash implementation in JavaScript", | ||
@@ -39,5 +39,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ethereumjs/block": "^4.1.0", | ||
"@ethereumjs/rlp": "^4.0.0", | ||
"@ethereumjs/util": "^8.0.3", | ||
"@ethereumjs/block": "^4.2.0", | ||
"@ethereumjs/rlp": "^4.0.1", | ||
"@ethereumjs/util": "^8.0.4", | ||
"abstract-level": "^1.0.3", | ||
@@ -48,3 +48,3 @@ "bigint-crypto-utils": "^3.0.23", | ||
"devDependencies": { | ||
"@ethereumjs/common": "^3.0.2", | ||
"@ethereumjs/common": "^3.1.0", | ||
"memory-level": "^1.0.0" | ||
@@ -51,0 +51,0 @@ }, |
@@ -44,4 +44,4 @@ import { isProbablyPrime } from 'bigint-crypto-utils' | ||
/** | ||
* Generates a seed give the end epoc and optional the begining epoc and the | ||
* begining epoc seed | ||
* Generates a seed give the end epoc and optional the beginning epoc and the | ||
* beginning epoc seed | ||
* @method getSeed | ||
@@ -48,0 +48,0 @@ * @param seed Buffer |
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
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
70869
81151
5
+ Added@types/node@22.8.6(transitive)
- Removed@types/node@22.9.0(transitive)
Updated@ethereumjs/block@^4.2.0
Updated@ethereumjs/rlp@^4.0.1
Updated@ethereumjs/util@^8.0.4