Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@notifi-network/notifi-graphql

Package Overview
Dependencies
Maintainers
3
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-graphql - npm Package Compare versions

Comparing version 0.31.1-alpha.23 to 0.31.1-alpha.24

4

dist/index.js

@@ -869,5 +869,5 @@ "use strict";

var LogInFromDappDocument = lib_default`
mutation logInFromDapp($walletPublicKey: String!, $dappAddress: String!, $timestamp: Long!, $signature: String!, $accountId: String) {
mutation logInFromDapp($walletBlockchain: WalletBlockchain!, $walletPublicKey: String!, $dappAddress: String!, $timestamp: Long!, $signature: String!, $accountId: String) {
logInFromDapp(
dappLogInInput: {walletPublicKey: $walletPublicKey, dappAddress: $dappAddress, timestamp: $timestamp, accountId: $accountId}
dappLogInInput: {walletBlockchain: $walletBlockchain, walletPublicKey: $walletPublicKey, dappAddress: $dappAddress, timestamp: $timestamp, accountId: $accountId}
signature: $signature

@@ -874,0 +874,0 @@ ) {

@@ -9,2 +9,3 @@ import { gql } from 'graphql-request';

mutation logInFromDapp(
$walletBlockchain: WalletBlockchain!
$walletPublicKey: String!

@@ -18,2 +19,3 @@ $dappAddress: String!

dappLogInInput: {
walletBlockchain: $walletBlockchain
walletPublicKey: $walletPublicKey

@@ -20,0 +22,0 @@ dappAddress: $dappAddress

{
"name": "@notifi-network/notifi-graphql",
"version": "0.31.1-alpha.23+4d2810b",
"version": "0.31.1-alpha.24+aa14dc1",
"description": "The GraphQL API for Notifi",

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

},
"gitHead": "4d2810b0412cd037d61a9e936c1d5ecef42a5f68"
"gitHead": "aa14dc1f3c4c742068351d9a06ca5165bb6393e7"
}

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