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

@notifi-network/notifi-react-hooks

Package Overview
Dependencies
Maintainers
4
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-react-hooks - npm Package Compare versions

Comparing version 0.81.0 to 0.82.0

108

dist/hooks/useNotifiClient.d.ts

@@ -504,2 +504,106 @@ import type { NotifiEnvironment } from '@notifi-network/notifi-axios-utils';

}>>;
getFusionNotificationHistory: (input: {
after?: string | undefined;
first?: number | undefined;
}) => Promise<{
__typename?: "FusionNotificationHistoryConnection" | undefined;
nodes?: {
__typename?: "FusionNotificationHistoryEntry" | undefined;
id: string;
createdDate: string;
read: boolean;
fusionEventVariables: string;
detail?: {
__typename: "AccountBalanceChangedEventDetails";
walletBlockchain: "ACALA" | "APTOS" | "ARBITRUM" | "AVALANCHE" | "BINANCE" | "ETHEREUM" | "EVMOS" | "INJECTIVE" | "NEAR" | "NIBIRU" | "OFF_CHAIN" | "OPTIMISM" | "OSMOSIS" | "POLYGON" | "SOLANA" | "SUI" | "ZKSYNC";
direction: "INCOMING" | "OUTGOING";
newValue: number;
previousValue: number;
tokenSymbol: string;
isWhaleWatch: boolean;
} | {
__typename: "BroadcastMessageEventDetails";
subject?: string | undefined;
message?: string | undefined;
messageType: string;
} | {
__typename: "ChatMessageReceivedEventDetails";
senderName: string;
conversationId: string;
messageId: string;
senderId: string;
senderBlockchain: "ACALA" | "APTOS" | "ARBITRUM" | "AVALANCHE" | "BINANCE" | "ETHEREUM" | "EVMOS" | "INJECTIVE" | "NEAR" | "NIBIRU" | "OFF_CHAIN" | "OPTIMISM" | "OSMOSIS" | "POLYGON" | "SOLANA" | "SUI" | "ZKSYNC";
messageBody: string;
} | {
__typename: "DAOProposalChangedEventDetails";
tenantName: string;
description: string;
state?: string | undefined;
daoUrl?: string | undefined;
proposalUrl?: string | undefined;
proposalTitle?: string | undefined;
} | {
__typename: "DirectTenantMessageEventDetails";
tenantName: string;
} | {
__typename: "GenericEventDetails";
sourceName: string;
notificationTypeName: string;
eventDetailsJson?: string | undefined;
icon: "CHART" | "CHECKMARK" | "CLOCK" | "DAO" | "DOWN_ARROW" | "FLAG" | "GRAPH" | "INFO" | "MEGAPHONE" | "PERCENT" | "STAR" | "SWAP" | "UP_ARROW" | "URGENT" | "WATCH";
genericMessage: string;
action?: {
__typename?: "GenericEventAction" | undefined;
name: string;
url: string;
} | undefined;
} | {
__typename: "HealthValueOverThresholdEventDetails";
name: string;
value: string;
threshold: string;
url: string;
} | {
__typename: "NftAuctionChangedEventDetails";
auctionUrl?: string | undefined;
walletBlockchain: "ACALA" | "APTOS" | "ARBITRUM" | "AVALANCHE" | "BINANCE" | "ETHEREUM" | "EVMOS" | "INJECTIVE" | "NEAR" | "NIBIRU" | "OFF_CHAIN" | "OPTIMISM" | "OSMOSIS" | "POLYGON" | "SOLANA" | "SUI" | "ZKSYNC";
highBidAmount: number;
highBidSymbol?: string | undefined;
imageUrl?: string | undefined;
auctionTitle: string;
} | {
__typename: "NftCollectionsReportEventDetails";
type: "HOT" | "MOST_TRADED";
providerName: string;
sourceLink: string;
collections: {
__typename?: "NftCollectionStats" | undefined;
collectionId: string;
name: string;
imgUrl?: string | undefined;
volume1Day?: string | undefined;
volume1DayChange?: string | undefined;
}[];
} | {
__typename: "WalletsActivityReportEventDetails";
providerName: string;
sourceLink: string;
walletActivityType: "MOST_ACTIVE";
wallets: {
__typename?: "WalletsActivityReportWallet" | undefined;
address: string;
volume1Day: string;
maxPurchase1Day?: string | undefined;
maxPurchaseName?: string | undefined;
maxPurchaseImgUrl?: string | undefined;
maxPurchaseTokenAddress?: string | undefined;
}[];
} | undefined;
}[] | undefined;
pageInfo: {
__typename?: "PageInfo" | undefined;
hasNextPage: boolean;
endCursor?: string | undefined;
};
} | undefined>;
getNotificationHistory: (input: Readonly<{

@@ -621,2 +725,6 @@ first?: number | undefined;

}>[]>;
getUnreadNotificationHistoryCount: () => Promise<{
__typename?: "GetUnreadNotificationHistoryCountResponse" | undefined;
count: number;
}>;
updateAlert: (input: Readonly<{

@@ -623,0 +731,0 @@ alertId: string;

10

package.json
{
"name": "@notifi-network/notifi-react-hooks",
"version": "0.81.0",
"version": "0.82.0",
"description": "React hooks provided as a convenience wrapper around notifi.network platform functionality",

@@ -34,5 +34,5 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>",

"dependencies": {
"@notifi-network/notifi-axios-adapter": "^0.81.0",
"@notifi-network/notifi-axios-utils": "^0.81.0",
"@notifi-network/notifi-core": "^0.81.0",
"@notifi-network/notifi-axios-adapter": "^0.82.0",
"@notifi-network/notifi-axios-utils": "^0.82.0",
"@notifi-network/notifi-core": "^0.82.0",
"axios": "^0.26.0",

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

},
"gitHead": "b5ae535f93a8f74d7903b9ecffcc279808b0b43e"
"gitHead": "17a0dcc7f3eb627ad94ca875de732fde9fc98aa4"
}

Sorry, the diff of this file is not supported yet

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

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