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
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 2.1.0 to 2.1.1-alpha.2

10

lib/configuration/NotifiFrontendConfiguration.ts

@@ -158,6 +158,6 @@ import { Types } from '@notifi-network/notifi-graphql';

: T extends NotifiConfigWithDelegate
? ConfigFactoryInputDelegated
: T extends NotifiConfigWithPublicKey
? ConfigFactoryInputPublicKey
: ConfigFactoryInputOidc,
? ConfigFactoryInputDelegated
: T extends NotifiConfigWithPublicKey
? ConfigFactoryInputPublicKey
: ConfigFactoryInputOidc,
) => NotifiFrontendConfiguration;

@@ -304,3 +304,3 @@

return `${endpointType === 'websocket' ? 'wss' : 'https'}${url}`;
return `${endpointType === 'websocket' ? 'wss' : env === 'Local' ? 'http' : 'https'}${url}`;
};
{
"name": "@notifi-network/notifi-frontend-client",
"version": "2.1.0",
"version": "2.1.1-alpha.2+59172663",
"description": "The frontend client for Notifi",

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

"dependencies": {
"@notifi-network/notifi-graphql": "^2.1.0",
"@notifi-network/notifi-graphql": "^2.1.1-alpha.2+59172663",
"graphql-request": "^6.0.0",
"localforage": "^1.10.0"
},
"gitHead": "ded9d4c4fd789332f8403ad3bf9a80d6813001ea"
"gitHead": "5917266357fab838c84592c3062c1e046d4393bc"
}

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