New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.23 to 0.0.4-alpha.24

6

dist/NotifiClient.d.ts

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

}>;
export declare type LogInInput = Readonly<{
walletPublicKey: string;
daoAddress: string;
}>;
export declare type MessageSigner = Readonly<{

@@ -23,5 +19,5 @@ signMessage: (message: Uint8Array) => Promise<Uint8Array>;

fetchData: () => Promise<ClientData>;
logIn: (input: LogInInput, signer: MessageSigner) => Promise<User>;
logIn: (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.23+96f5aa6",
"version": "0.0.4-alpha.24+746ccf0",
"description": "The interfaces for the core functionality provided by the SDK",

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

},
"gitHead": "96f5aa6635a540701b0f65ef5e15de4741226722"
"gitHead": "746ccf02069f53a3647e6be20b7e4791f96b849c"
}

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