Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
4
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

4

dist/queries/index.js

@@ -169,3 +169,5 @@ "use strict";

result: function result(d) {
return d === null || d === void 0 ? void 0 : d.subdomains[0].data;
var _d$subdomains$;
return d === null || d === void 0 ? void 0 : (_d$subdomains$ = d.subdomains[0]) === null || _d$subdomains$ === void 0 ? void 0 : _d$subdomains$.data;
}

@@ -172,0 +174,0 @@ }; // agencies: {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.15",
"version": "0.0.16",
"repository": "github:uoleevi/duely",

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

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

`,
result: d => d?.subdomains[0].data
result: d => d?.subdomains[0]?.data
};

@@ -159,0 +159,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc