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.3 to 1.0.4

10

index.d.ts

@@ -57,5 +57,7 @@ export interface Tags {

}
export type AbiType = 'function' | 'constructor' | 'event' | 'fallback';
export type StateMutabilityType = 'pure' | 'view' | 'nonpayable' | 'payable';
/**
* The abi to parse the log object of the contract
* @example {}
*/
export interface AbiItem {

@@ -68,4 +70,4 @@ anonymous?: boolean;

payable?: boolean;
stateMutability?: StateMutabilityType;
type: AbiType;
stateMutability?: string;
type: string;
gas?: number;

@@ -72,0 +74,0 @@ }

2

package.json
{
"name": "@moralisweb3/streams-typings",
"version": "1.0.3",
"version": "1.0.4",
"description": "Streams Typings",

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

@@ -0,1 +1,3 @@

import { AbiItem } from './index';
/**

@@ -55,3 +57,3 @@ * The stream status:

includeInternalTxs?: boolean;
abi?: StreamsAbi[] | null;
abi?: AbiItem[] | null;
advancedOptions?: advancedOptions[] | null;

@@ -112,10 +114,2 @@ /**

/**
* The abi to parse the log object of the contract
* @example {}
*/
export interface StreamsAbi {
[key: string]: any;
}
export interface StreamsStatusUpdate {

@@ -122,0 +116,0 @@ /**

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