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.50 to 0.0.51

5

dist/mutations/index.js

@@ -355,4 +355,5 @@ "use strict";

data: service,
fragment: _fragments.service_F
}); // Quick safety check - if the new comment is already
fragment: _fragments.service_F,
fragmentName: 'service_F'
}); // Quick safety check - if the new service is already
// present in the cache, we don't need to add it again.

@@ -359,0 +360,0 @@

2

package.json
{
"name": "@duely/client",
"type": "module",
"version": "0.0.50",
"version": "0.0.51",
"repository": "github:uoleevi/duely",

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

@@ -163,6 +163,7 @@ import { gql } from '@apollo/client';

data: service,
fragment: service_F
fragment: service_F,
fragmentName: 'service_F'
});
// Quick safety check - if the new comment is already
// Quick safety check - if the new service is already
// present in the cache, we don't need to add it again.

@@ -169,0 +170,0 @@ if (servicesRefs.some(ref => readField('id', ref) === service.id)) {

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