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

@notifi-network/notifi-core

Package Overview
Dependencies
Maintainers
2
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-core - npm Package Compare versions

Comparing version 0.0.4-alpha.20 to 0.0.4-alpha.21

15

dist/NotifiClient.d.ts

@@ -5,2 +5,8 @@ import { TargetGroup, User } from './models';

}>;
export declare type UpdateAlertInput = Readonly<{
name: string;
emailAddress: string | null;
phoneNumber: string | null;
telegramId: string | null;
}>;
export declare type LogInInput = Readonly<{

@@ -14,13 +20,10 @@ walletPublicKey: string;

}>;
export declare type UpdateAlertInput = Readonly<{
name: string;
emailAddress: string | null;
phoneNumber: string | null;
telegramId: string | null;
export declare type MessageSigner = Readonly<{
signMessage: (message: Uint8Array) => Promise<Uint8Array>;
}>;
export declare type NotifiClient = Readonly<{
fetchData: () => Promise<ClientData>;
logIn: (input: LogInInput) => Promise<User>;
logIn: (input: LogInInput, signer: MessageSigner) => Promise<User>;
updateAlert: (input: UpdateAlertInput) => Promise<TargetGroup>;
}>;
//# sourceMappingURL=NotifiClient.d.ts.map

4

package.json
{
"name": "@notifi-network/notifi-core",
"version": "0.0.4-alpha.20+1e13c07",
"version": "0.0.4-alpha.21+63a8b54",
"description": "The interfaces for the core functionality provided by the SDK",

@@ -39,3 +39,3 @@ "author": "Juni Kim <73hKrn@gmail.com>",

},
"gitHead": "1e13c0785f0331e59f8a0309bee502bbc7d19f34"
"gitHead": "63a8b54298dd9c6bc777cc57f5b7aaf2975c05d1"
}

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