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
361
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 3.0.2-alpha.3 to 3.0.2-alpha.4

7

lib/client/NotifiFrontendClient.ts

@@ -518,7 +518,4 @@ import { Types } from '@notifi-network/notifi-graphql';

function isLoginWeb3Params(params: LoginParams): params is LoginWeb3Params {
return (
CHAINS_WITH_LOGIN_WEB3.includes(
params.walletBlockchain as (typeof CHAINS_WITH_LOGIN_WEB3)[number],
) &&
('nonce' in params || 'message' in params)
return CHAINS_WITH_LOGIN_WEB3.includes(
params.walletBlockchain as (typeof CHAINS_WITH_LOGIN_WEB3)[number],
);

@@ -525,0 +522,0 @@ }

{
"name": "@notifi-network/notifi-frontend-client",
"version": "3.0.2-alpha.3+13c4e3ab",
"version": "3.0.2-alpha.4+1bc3a014",
"description": "The frontend client for Notifi",

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

"dependencies": {
"@notifi-network/notifi-graphql": "^3.0.2-alpha.3+13c4e3ab",
"@notifi-network/notifi-graphql": "^3.0.2-alpha.4+1bc3a014",
"graphql-request": "^6.0.0",

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

},
"gitHead": "13c4e3ab9adba415051b2b488f52f3412ee24f73"
"gitHead": "1bc3a014f4aa6c835d1644d8364e6f981f093a58"
}

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