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

apollo-client

Package Overview
Dependencies
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-client - npm Package Compare versions

Comparing version 0.3.17 to 0.3.18

2

batching/queryMerging.js

@@ -6,6 +6,6 @@ "use strict";

function mergeRequests(requests) {
requests = cloneDeep(requests);
var rootQueryDoc = createEmptyRootQueryDoc();
var rootVariables;
requests.forEach(function (request, requestIndex) {
request = cloneDeep(request);
rootQueryDoc = addQueryToRoot(rootQueryDoc, request.query, requestIndex);

@@ -12,0 +12,0 @@ if (request.variables) {

{
"name": "apollo-client",
"version": "0.3.17",
"version": "0.3.18",
"description": "A simple yet functional GraphQL client.",

@@ -5,0 +5,0 @@ "main": "index.js",

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