Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
37
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

2

dist/mutations/index.js

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

function _templateObject7() {
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n subdomain {\n id\n name\n }\n }\n }\n }\n "]);
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n name\n subdomain {\n id\n name\n }\n }\n }\n }\n "]);

@@ -27,0 +27,0 @@ _templateObject7 = function _templateObject7() {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"repository": "github:uoleevi/duely",

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

@@ -125,2 +125,3 @@ import { gql } from '@apollo/client';

id
name
subdomain {

@@ -127,0 +128,0 @@ id

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc