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
8
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.90.4 to 0.90.5

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' | 'NIBIRU' | 'SUI' | 'ZKSYNC';
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'SUI' | 'ZKSYNC' | 'BASE';
//# 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' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC';
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC' | 'BASE';
signMessage: Uint8SignMessageFunction;

@@ -226,3 +226,3 @@ }> | Readonly<{

}> | Readonly<{
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OPTIMISM' | 'ZKSYNC';
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OPTIMISM' | 'ZKSYNC' | 'BASE';
walletPublicKey: string;

@@ -263,3 +263,3 @@ }> | Readonly<{

}> | Readonly<{
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OPTIMISM' | 'ZKSYNC';
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OPTIMISM' | 'ZKSYNC' | 'BASE';
walletPublicKey: string;

@@ -266,0 +266,0 @@ signMessage: Uint8SignMessageFunction;

{
"name": "@notifi-network/notifi-core",
"version": "0.90.4",
"version": "0.90.5",
"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.90.4"
"@notifi-network/notifi-graphql": "^0.90.5"
},

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

},
"gitHead": "66aa45e6e8b75a7215f91a1f4e1c8e4cddd74d01"
"gitHead": "a49faf2341f330137de0f48f0010bf034f071a2f"
}

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