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

@greymass/eosio

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greymass/eosio - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

package.json
{
"name": "@greymass/eosio",
"description": "Library for working with EOSIO blockchains",
"version": "0.6.3",
"version": "0.6.4",
"homepage": "https://github.com/greymass/eosio-core",

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause-No-Military-License",

@@ -8,2 +8,4 @@ import {APIProvider, APIResponse, FetchProvider, FetchProviderOptions} from './provider'

export {ChainAPI, HistoryAPI}
export interface APIClientOptions extends FetchProviderOptions {

@@ -10,0 +12,0 @@ /** URL to the API node to use, only used if the provider option is not set. */

@@ -134,3 +134,4 @@ import {

@Struct.field(AccountPermission, {array: true}) declare permissions: AccountPermission[]
@Struct.field(AccountTotalResources) declare total_resources: AccountTotalResources
@Struct.field(AccountTotalResources, {optional: true})
declare total_resources: AccountTotalResources
@Struct.field(AccountSelfDelegatedBandwidth, {optional: true})

@@ -137,0 +138,0 @@ self_delegated_bandwidth?: AccountSelfDelegatedBandwidth

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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