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
362
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.91.4-alpha.32 to 0.91.4-alpha.38

8

lib/configuration/NotifiFrontendConfiguration.ts

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

): config is ConfigFactoryInputPublicKeyAndAddress => {
return 'address' in config.account;
return 'address' in config.account && !isWithDelegate(config);
};

@@ -217,6 +217,6 @@

): NotifiFrontendConfiguration => {
if (isWithPubkeyAndAddress(config)) {
if (isWithDelegate(config)) {
return configFactoryDelegated(config);
} else if (isWithPubkeyAndAddress(config)) {
return configFactoryPublicKeyAndAddress(config);
} else if (isWithDelegate(config)) {
return configFactoryDelegated(config);
} else {

@@ -223,0 +223,0 @@ return configFactoryPublicKey(config);

{
"name": "@notifi-network/notifi-frontend-client",
"version": "0.91.4-alpha.32+74394ae1",
"version": "0.91.4-alpha.38+dd00ba4e",
"description": "The frontend client for Notifi",

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

"dependencies": {
"@notifi-network/notifi-graphql": "^0.91.4-alpha.32+74394ae1",
"@notifi-network/notifi-graphql": "^0.91.4-alpha.38+dd00ba4e",
"graphql-request": "^6.0.0",
"localforage": "^1.10.0"
},
"gitHead": "74394ae19ad1bf95ef7d164868b963ab9b7035f6"
"gitHead": "dd00ba4e7e820de17132b1459e099e80824b05de"
}

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