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.42 to 0.0.43

2

dist/mutations/index.js

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

case 2:
id = result.service.id;
id = cache.identify(result.service);
cache.evict({

@@ -348,0 +348,0 @@ id: id

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

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

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

const { id } = result.service;
const id = cache.identify(result.service);
cache.evict({ id });

@@ -191,0 +191,0 @@ cache.gc();

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