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

@hirosystems/chainhook-types

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirosystems/chainhook-types - npm Package Compare versions

Comparing version 1.0.5 to 1.1.1-rc.1

14

dist/index.d.ts

@@ -42,6 +42,6 @@ /**

/**
* @type {Array<Block>}
* @type {Block}
* @memberof StacksBlockUpdate
*/
new_blocks: Array<Block>;
block: Block;
/**

@@ -292,2 +292,7 @@ * @type {Array<Block>}

position: number | any;
/**
* @type {string}
* @memberof StacksTransactionMetadata
*/
proof?: string;
}

@@ -463,2 +468,7 @@ export interface StacksTransactionReceipt {

outputs: Output[];
/**
* @type {string}
* @memberof StacksTransactionMetadata
*/
proof?: string;
}

@@ -465,0 +475,0 @@ export interface Input {

4

package.json
{
"name": "@hirosystems/chainhook-types",
"version": "1.0.5",
"version": "1.1.1-rc.1",
"description": "",

@@ -12,2 +12,2 @@ "main": "dist/index.js",

"license": "ISC"
}
}

@@ -44,6 +44,6 @@ /**

/**
* @type {Array<Block>}
* @type {Block}
* @memberof StacksBlockUpdate
*/
new_blocks: Array<Block>;
block: Block;
/**

@@ -50,0 +50,0 @@ * @type {Array<Block>}

Sorry, the diff of this file is not supported yet

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