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.43 to 0.0.44

2

dist/mutations/index.js

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

function _templateObject8() {
var data = _taggedTemplateLiteral(["\n mutation($agency_id: ID!, $name: String!, $description: String!, $url_name: String!, $duration: String, $image_logo: ImageInput, $image_hero: ImageInput, $status: String) {\n create_service(agency_id: $agency_id, name: $name, description: $description, url_name: $url_name, duration: $duration, image_logo: $image_logo, image_hero: $image_hero, status: $status) {\n success\n message\n service {\n service {\n ...service_F\n }\n }\n }\n }\n ", "\n "]);
var data = _taggedTemplateLiteral(["\n mutation($agency_id: ID!, $name: String!, $description: String!, $url_name: String!, $duration: String, $image_logo: ImageInput, $image_hero: ImageInput, $status: String) {\n create_service(agency_id: $agency_id, name: $name, description: $description, url_name: $url_name, duration: $duration, image_logo: $image_logo, image_hero: $image_hero, status: $status) {\n success\n message\n service {\n ...service_F\n }\n }\n }\n ", "\n "]);

@@ -59,0 +59,0 @@ _templateObject8 = function _templateObject8() {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.43",
"version": "0.0.44",
"repository": "github:uoleevi/duely",

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

@@ -145,5 +145,3 @@ import { gql } from '@apollo/client';

service {
service {
...service_F
}
...service_F
}

@@ -150,0 +148,0 @@ }

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