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

@wharfkit/antelope

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wharfkit/antelope - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "@wharfkit/antelope",
"description": "Library for working with Antelope powered blockchains.",
"version": "1.0.12",
"version": "1.0.13",
"homepage": "https://github.com/wharfkit/antelope",

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

@@ -289,3 +289,3 @@ import pako from 'pako'

@Struct.field(NewProducers, {optional: true}) new_producers?: NewProducers
@Struct.field('header_extension', {optional: true}) header_extensions?: HeaderExtension[]
@Struct.field('any', {optional: true}) header_extensions?: any[]
@Struct.field('any', {optional: true}) new_protocol_features?: any

@@ -345,4 +345,3 @@ @Struct.field('signature') declare producer_signature: Signature

@Struct.field('uint32') declare schedule_version: UInt32
@Struct.field(HeaderExtension, {array: true, optional: true})
header_extensions?: HeaderExtension[]
@Struct.field('any', {array: true, optional: true}) declare header_extensions?: any[]
@Struct.field('signature') declare producer_signature: Signature

@@ -366,3 +365,3 @@ }

@Struct.field('any') declare pending_schedule: any
@Struct.field('any') declare activated_protocol_features: any
@Struct.field('any', {optional: true}) declare activated_protocol_features?: any
@Struct.field('any') declare additional_signatures: any

@@ -369,0 +368,0 @@ }

@@ -127,3 +127,3 @@ import {

@Struct.field(NewProducers, {optional: true}) new_producers?: NewProducers
@Struct.field(HeaderExtension, {array: true}) declare header_extensions: HeaderExtension[]
@Struct.field('any', {array: true}) declare header_extensions: any[]

@@ -130,0 +130,0 @@ get blockNum(): UInt32 {

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