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
4
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.80.0 to 0.81.0

2

dist/models/WalletBlockchain.d.ts

@@ -1,2 +0,2 @@

export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'OSMOSIS' | 'SUI' | 'ZKSYNC';
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'SUI' | 'ZKSYNC';
//# sourceMappingURL=WalletBlockchain.d.ts.map

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

}> | Readonly<{
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'INJECTIVE' | 'OSMOSIS' | 'OPTIMISM' | 'ZKSYNC';
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC';
signMessage: Uint8SignMessageFunction;

@@ -252,2 +252,6 @@ }> | Readonly<{

walletPublicKey: string;
}> | Readonly<{
walletBlockchain: 'NIBIRU';
accountAddress: string;
walletPublicKey: string;
}>;

@@ -254,0 +258,0 @@ export declare type WalletWithSignMessage = Readonly<{

{
"name": "@notifi-network/notifi-core",
"version": "0.80.0",
"version": "0.81.0",
"description": "The interfaces for the core functionality provided by the SDK",

@@ -31,3 +31,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>",

"dependencies": {
"@notifi-network/notifi-graphql": "^0.80.0"
"@notifi-network/notifi-graphql": "^0.81.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

},
"gitHead": "4202f573bdd07cf07f2c883bd78338f701db2fcb"
"gitHead": "b5ae535f93a8f74d7903b9ecffcc279808b0b43e"
}

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