New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
117
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.2 to 1.1.3

12

CHANGELOG.md
# Change Log - @graphitation/apollo-react-relay-duct-tape
This log was last generated on Tue, 16 Apr 2024 00:44:29 GMT and should not be manually modified.
This log was last generated on Wed, 15 May 2024 12:28:30 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.3
Wed, 15 May 2024 12:28:30 GMT
### Patches
- Fix objects merging in loadMore after refetch in usePaginationFragment (132382266+DarynaAkhmedova@users.noreply.github.com)
## 1.1.2
Tue, 16 Apr 2024 00:44:29 GMT
Tue, 16 Apr 2024 00:44:40 GMT

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

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

var import_useOverridenOrDefaultApolloClient = require("../../useOverridenOrDefaultApolloClient");
var import_lodash = require("lodash");
function useLoadMore({

@@ -85,3 +86,8 @@ fragmentReference,

);
const previousVariables = __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, (_a = metadata.connection) == null ? void 0 : _a.filterVariableDefaults), latestVariablesUsedByStandaloneRefetch), fragmentReference.__fragments), {
const previousVariables = __spreadProps(__spreadValues({}, (0, import_lodash.merge)(
{},
(_a = metadata.connection) == null ? void 0 : _a.filterVariableDefaults,
latestVariablesUsedByStandaloneRefetch,
fragmentReference.__fragments
)), {
id: fragmentReference.id

@@ -88,0 +94,0 @@ });

2

package.json

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

"license": "MIT",
"version": "1.1.2",
"version": "1.1.3",
"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