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

@maxim_mazurok/gapi.client.blockchainnodeengine-v1

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.blockchainnodeengine-v1 - npm Package Compare versions

Comparing version 0.0.20230914 to 0.0.20230920

9

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Blockchain Node Engine API v1 0.0 */

// Generated from: https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1
// Revision: 20230914
// Revision: 20230920

@@ -81,2 +81,9 @@ /// <reference types="gapi.client" />

boolean;
/**
* An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See
* https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that
* while this is often described as "suggested", as we run the execution node we can trust the execution node, and therefore this is considered enforced.
*/
beaconFeeRecipient?:
string;
/** Immutable. The consensus client. */

@@ -83,0 +90,0 @@ consensusClient?:

2

package.json
{
"name": "@maxim_mazurok/gapi.client.blockchainnodeengine-v1",
"version": "0.0.20230914",
"version": "0.0.20230920",
"description": "TypeScript typings for Blockchain Node Engine API v1",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.blockchainnodeengine-v1 definition tests */

// Revision: 20230914
// Revision: 20230920

@@ -67,2 +67,3 @@ gapi.load('client', async () => {

apiEnableDebug: true,
beaconFeeRecipient: "Test string",
consensusClient: "Test string",

@@ -123,2 +124,3 @@ executionClient: "Test string",

apiEnableDebug: true,
beaconFeeRecipient: "Test string",
consensusClient: "Test string",

@@ -125,0 +127,0 @@ executionClient: "Test string",

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