New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nomicfoundation/ethereumjs-ethash

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomicfoundation/ethereumjs-ethash - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

dist/util.d.ts

@@ -20,4 +20,4 @@ /// <reference types="node" />

/**
* Generates a seed give the end epoc and optional the beginning epoc and the
* beginning epoc seed
* Generates a seed give the end epoc and optional the begining epoc and the
* begining 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 beginning epoc and the
* beginning epoc seed
* Generates a seed give the end epoc and optional the begining epoc and the
* begining epoc seed
* @method getSeed

@@ -49,0 +49,0 @@ * @param seed Buffer

{
"name": "@nomicfoundation/ethereumjs-ethash",
"version": "2.0.4",
"version": "2.0.5",
"description": "An ethash implementation in JavaScript",

@@ -38,5 +38,5 @@ "keywords": [

"dependencies": {
"@nomicfoundation/ethereumjs-block": "4.2.1",
"@nomicfoundation/ethereumjs-rlp": "4.0.2",
"@nomicfoundation/ethereumjs-util": "8.0.5",
"@nomicfoundation/ethereumjs-block": "4.2.2",
"@nomicfoundation/ethereumjs-rlp": "4.0.3",
"@nomicfoundation/ethereumjs-util": "8.0.6",
"abstract-level": "^1.0.3",

@@ -47,3 +47,3 @@ "bigint-crypto-utils": "^3.0.23",

"devDependencies": {
"@nomicfoundation/ethereumjs-common": "3.1.1",
"@nomicfoundation/ethereumjs-common": "3.1.2",
"memory-level": "^1.0.0"

@@ -50,0 +50,0 @@ },

@@ -44,4 +44,4 @@ import { isProbablyPrime } from 'bigint-crypto-utils'

/**
* Generates a seed give the end epoc and optional the beginning epoc and the
* beginning epoc seed
* Generates a seed give the end epoc and optional the begining epoc and the
* begining 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