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

@ethereumjs/ethash

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereumjs/ethash - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

dist/util.d.ts

@@ -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

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