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
8
Versions
363
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 0.90.9-alpha.16 to 0.90.9-alpha.17

42

dist/index.d.ts

@@ -217,3 +217,3 @@ import { Types, Operations, NotifiService } from '@notifi-network/notifi-graphql';

}> | Readonly<{
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OSMOSIS' | 'ELYS' | 'NEUTRON' | 'ARCHWAY' | 'AXELAR' | 'BERACHAIN' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC' | 'INJECTIVE' | 'BASE' | 'BLAST' | 'CELO' | 'MANTLE' | 'LINEA' | 'SCROLL' | 'MANTA' | 'EVMOS' | 'MONAD';
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OSMOSIS' | 'ELYS' | 'NEUTRON' | 'ARCHWAY' | 'AXELAR' | 'BERACHAIN' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC' | 'INJECTIVE' | 'BASE' | 'BLAST' | 'CELO' | 'MANTLE' | 'LINEA' | 'SCROLL' | 'MANTA' | 'EVMOS' | 'MONAD' | 'AGORIC' | 'ORAI' | 'KAVA' | 'CELESTIA' | 'COSMOS' | 'DYMENSION' | 'PERSISTENCE' | 'DYDX';
signMessage: Uint8SignMessageFunction;

@@ -300,2 +300,42 @@ }> | Readonly<{

signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'AGORIC';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'ORAI';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'KAVA';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'CELESTIA';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'COSMOS';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'DYMENSION';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'PERSISTENCE';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}> | Readonly<{
walletBlockchain: 'DYDX';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>;

@@ -302,0 +342,0 @@ declare type ConnectWalletParams = Readonly<{

@@ -248,2 +248,18 @@ import type { Operations, Types } from '@notifi-network/notifi-graphql';

return 'XION_WALLET';
case 'AGORIC':
return 'AGORIC_WALLET';
case 'ORAI':
return 'ORAI_WALLET';
case 'KAVA':
return 'KAVA_WALLET';
case 'CELESTIA':
return 'CELESTIA_WALLET';
case 'COSMOS':
return 'COSMOS_WALLET';
case 'DYMENSION':
return 'DYMENSION_WALLET';
case 'PERSISTENCE':
return 'PERSISTENCE_WALLET';
case 'DYDX':
return 'DYDX_WALLET';
default:

@@ -250,0 +266,0 @@ throw new Error('Unsupported walletType');

@@ -66,3 +66,11 @@ import { Types } from '@notifi-network/notifi-graphql';

| 'EVMOS'
| 'MONAD';
| 'MONAD'
| 'AGORIC'
| 'ORAI'
| 'KAVA'
| 'CELESTIA'
| 'COSMOS'
| 'DYMENSION'
| 'PERSISTENCE'
| 'DYDX'
signMessage: Uint8SignMessageFunction;

@@ -186,3 +194,51 @@ }>

signMessage: Uint8SignMessageFunction;
}>;
}>
| Readonly<{
walletBlockchain: 'AGORIC';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'ORAI';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'KAVA';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'CELESTIA';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'COSMOS';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'DYMENSION';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'PERSISTENCE';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>
| Readonly<{
walletBlockchain: 'DYDX';
accountAddress: string;
walletPublicKey: string;
signMessage: Uint8SignMessageFunction;
}>;

@@ -464,2 +520,10 @@ export type ConnectWalletParams = Readonly<{

case 'AXELAR':
case 'AGORIC':
case 'CELESTIA':
case 'COSMOS':
case 'DYMENSION':
case 'PERSISTENCE':
case 'DYDX':
case 'ORAI':
case 'KAVA':
case 'NEUTRON':

@@ -541,2 +605,10 @@ case 'NIBIRU':

case 'AXELAR':
case 'AGORIC':
case 'CELESTIA':
case 'COSMOS':
case 'DYMENSION':
case 'PERSISTENCE':
case 'DYDX':
case 'ORAI':
case 'KAVA':
case 'INJECTIVE': {

@@ -543,0 +615,0 @@ const { authenticationKey, tenantId } = this

6

package.json
{
"name": "@notifi-network/notifi-frontend-client",
"version": "0.90.9-alpha.16+8c71e31f",
"version": "0.90.9-alpha.17+c288dee5",
"description": "The frontend client for Notifi",

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

"dependencies": {
"@notifi-network/notifi-graphql": "^0.90.9-alpha.16+8c71e31f",
"@notifi-network/notifi-graphql": "^0.90.9-alpha.17+c288dee5",
"graphql-request": "^6.0.0",
"localforage": "^1.10.0"
},
"gitHead": "8c71e31f972bc950f74d643918684e8ab78dcc62"
"gitHead": "c288dee5d1bdfba544302ec502de8d8c529fab2f"
}

Sorry, the diff of this file is too big to display

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