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

@arianee/common-types

Package Overview
Dependencies
Maintainers
8
Versions
119
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 1.53.0 to 1.54.0

2

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

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

@@ -141,4 +141,4 @@ import { ArianeeEventI18N } from './arianeeEvent-i18n';

transfers: ThreadEvent<ThreadTransferReturnValues>[];
arianeeEvents: ArianeeEventI18N[];
};
arianeeEvents: ThreadArianeeEvent[];
}[];

@@ -183,1 +183,15 @@ export type ThreadPoint = {

};
export type ThreadArianeeEvent = {
id: string;
certificateId: string;
pending?: boolean;
sender: string;
timestamp: number;
content: ArianeeEventI18N;
rawContent: ArianeeEventI18N;
imprint: string;
protocol: {
name: string;
chainId: number;
};
};

@@ -47,2 +47,4 @@ export declare enum ProtocolName {

updateSmartAssets: string;
issuerProxy?: string;
creditNotePool?: string;
};

@@ -49,0 +51,0 @@ soulbound: boolean;

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