Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphitation/apollo-react-relay-duct-tape

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/apollo-react-relay-duct-tape - npm Package Compare versions

Comparing version 1.1.5 to 1.2.0

12

CHANGELOG.md
# Change Log - @graphitation/apollo-react-relay-duct-tape
This log was last generated on Wed, 03 Jul 2024 17:33:29 GMT and should not be manually modified.
This log was last generated on Wed, 18 Sep 2024 15:11:09 GMT and should not be manually modified.
<!-- Start content -->
## 1.2.0
Wed, 18 Sep 2024 15:11:09 GMT
### Minor changes
- add onCompleted callback to useMutation (Stanislaw.Wilczynski@microsoft.com)
## 1.1.5
Wed, 03 Jul 2024 17:33:29 GMT
Wed, 03 Jul 2024 17:33:49 GMT

@@ -11,0 +19,0 @@ ### Patches

@@ -102,2 +102,3 @@ import { ApolloCache } from "@apollo/client";

optimisticResponse?: Partial<TMutationPayload["response"]> | null;
onCompleted?: (response: TMutationPayload["response"]) => void;
/**

@@ -104,0 +105,0 @@ * This version yields the ApolloCache instance, instead of the RelayStore,

@@ -213,2 +213,3 @@ "use strict";

optimisticResponse: options.optimisticResponse,
onCompleted: options.onCompleted,
update: options.updater

@@ -215,0 +216,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.1.5",
"version": "1.2.0",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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