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.38 to 0.0.39

2

dist/queries/index.js

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

function _templateObject10() {
var data = _taggedTemplateLiteral(["\n query($service_id: ID!) {\n service(id: $service }) {\n ...service_F\n }\n }\n ", "\n "]);
var data = _taggedTemplateLiteral(["\n query($service_id: ID!) {\n service(id: $service_id }) {\n ...service_F\n }\n }\n ", "\n "]);

@@ -43,0 +43,0 @@ _templateObject10 = function _templateObject10() {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.38",
"version": "0.0.39",
"repository": "github:uoleevi/duely",

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

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

query($service_id: ID!) {
service(id: $service }) {
service(id: $service_id }) {
...service_F

@@ -243,0 +243,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