New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@notifi-network/notifi-frontend-client

Package Overview
Dependencies
Maintainers
0
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-frontend-client - npm Package Compare versions

Comparing version 3.1.1-alpha.0 to 3.1.1-alpha.1

5

dist/index.d.ts

@@ -317,2 +317,5 @@ import { Types, Operations, NotifiService, NotifiEmitterEvents } from '@notifi-network/notifi-graphql';

}> & BtcUserParams;
type CosmosWalletWithSignParams = Readonly<{
signMessage: CosmosSignMessageFunction;
}> & CosmosUserParams;
type EvmWalletWithSignParams = Readonly<{

@@ -333,3 +336,3 @@ signMessage: Uint8SignMessageFunction;

}> & UnmaintainedUserParams;
type WalletWithSignParams = SolanaWalletWithSignParams | AptosWalletWithSignParams | BtcWalletWithSignParams | EvmWalletWithSignParams | NearWalletWithSignParams | SuiWalletWithSignParams | OffChainWalletWithSignParams | UnmaintainedWalletWithSignParams;
type WalletWithSignParams = SolanaWalletWithSignParams | AptosWalletWithSignParams | BtcWalletWithSignParams | EvmWalletWithSignParams | NearWalletWithSignParams | SuiWalletWithSignParams | OffChainWalletWithSignParams | CosmosWalletWithSignParams | UnmaintainedWalletWithSignParams;
/** NOTE:

@@ -336,0 +339,0 @@ * 1. Used for instantiating client object (.instantiateFrontendClient) - requires only UserParams (w/o authentication method(s)) to be passed in

@@ -134,2 +134,7 @@ import { NotifiEmitterEvents, Types } from '@notifi-network/notifi-graphql';

type CosmosWalletWithSignParams = Readonly<{
signMessage: CosmosSignMessageFunction;
}> &
CosmosUserParams;
type EvmWalletWithSignParams = Readonly<{

@@ -168,2 +173,3 @@ signMessage: Uint8SignMessageFunction;

| OffChainWalletWithSignParams
| CosmosWalletWithSignParams
| UnmaintainedWalletWithSignParams;

@@ -170,0 +176,0 @@

6

package.json
{
"name": "@notifi-network/notifi-frontend-client",
"version": "3.1.1-alpha.0+8665cc86",
"version": "3.1.1-alpha.1+c9231c56",
"description": "The frontend client for Notifi",

@@ -35,3 +35,3 @@ "main": "./dist/index.js",

"dependencies": {
"@notifi-network/notifi-graphql": "^3.1.1-alpha.0+8665cc86",
"@notifi-network/notifi-graphql": "^3.1.1-alpha.1+c9231c56",
"graphql-request": "^6.0.0",

@@ -44,3 +44,3 @@ "localforage": "^1.10.0",

},
"gitHead": "8665cc866d05a2903dae3181b05a965cc875c4f1"
"gitHead": "c9231c56bc4a47ebeb8af96ce9ee7cfcefef8a6c"
}

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