Socket
Socket
Sign inDemoInstall

@arianee/common-types

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arianee/common-types - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

package.json
{
"name": "@arianee/common-types",
"version": "0.9.0",
"version": "0.10.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "tslib": "2.5.0"

import { Protocol } from './protocol';
export interface BlockchainEvent {
export interface EventData {
returnValues: {

@@ -18,4 +18,10 @@ [key: string]: unknown;

address: string;
}
export interface BlockchainEvent {
eventData: EventData;
protocol: Protocol;
timestamp: string;
smartContractName: string;
blockNumber: number;
contractAddress: string;
}
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