Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duely/client - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

2

dist/queries/index.js

@@ -150,3 +150,3 @@ "use strict";

var agency_stripe_account_update_url_Q = {
query: "\n query {\n agency {\n stripe_account {\n account_update_url {\n url\n }\n }\n }\n }\n ",
query: "\n query($agency_id: ID!) {\n agency(id: $agency_id ) {\n stripe_account {\n account_update_url {\n url\n }\n }\n }\n }\n ",
fetchPolicy: 'no-cache',

@@ -153,0 +153,0 @@ result: function result(d) {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.20",
"version": "0.0.21",
"repository": "github:uoleevi/duely",

@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)",

@@ -55,4 +55,4 @@ import { gql } from '@apollo/client';

query: `
query {
agency {
query($agency_id: ID!) {
agency(id: $agency_id ) {
stripe_account {

@@ -59,0 +59,0 @@ account_update_url {

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