Socket
Socket
Sign inDemoInstall

@moralisweb3/streams-typings

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/streams-typings - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

history.ts

@@ -9,2 +9,3 @@ import * as webhookTypes from '../types';

webhookUrl: string;
streamId: string;
}

@@ -11,0 +12,0 @@

24

index.d.ts

@@ -1,7 +0,2 @@

export interface Tags {
tag: string;
streamId: string;
}
export interface Log extends Tags {
export interface Log {
logIndex: string;

@@ -15,4 +10,2 @@ transactionHash: string;

topic3: string | null;
streamId: string;
tag: string;
}

@@ -26,4 +19,2 @@

gas: string | null;
streamId: string;
tag: string;
}

@@ -37,3 +28,3 @@

export interface Transaction extends Tags {
export interface Transaction {
hash: string;

@@ -57,4 +48,2 @@ gas: string | null;

receiptStatus: string | null;
streamId: string;
tag: string;
}

@@ -106,11 +95,9 @@

txsInternal: InternalTransaction[];
abis: IAbi;
abi: AbiItem[];
retries: number;
confirmed: boolean;
tag: string;
streamId: string;
}
export interface IAbi {
[key: string]: AbiItem[];
}
export interface RootLog {

@@ -120,3 +107,2 @@ transactionHash: string;

logIndex: string;
tag: string;
}

@@ -123,0 +109,0 @@

{
"name": "@moralisweb3/streams-typings",
"version": "1.0.4",
"version": "1.0.5",
"description": "Streams Typings",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

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