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

@moonbeam-network/api-augment

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonbeam-network/api-augment - npm Package Compare versions

Comparing version 0.1606.1 to 0.1606.2

10

moonbase/interfaces/augment-api-rpc.d.ts

@@ -443,2 +443,12 @@ import type { AugmentedRpc } from "@polkadot/rpc-core/types";

};
moon: {
/**
* Returns whether an Ethereum block is finalized
*/
isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable<bool>>;
/**
* Returns whether an Ethereum transaction is finalized
*/
isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable<bool>>;
};
net: {

@@ -445,0 +455,0 @@ /**

2

package.json
{
"name": "@moonbeam-network/api-augment",
"version": "0.1606.1",
"version": "0.1606.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Moonbeam types augment for @polkadot/api",

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