New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.28 to 0.3.29

5

networkInterface.js

@@ -10,2 +10,7 @@ "use strict";

batchQuery: function (requests) {
if (requests.length === 1) {
return this.query(requests[0]).then(function (result) {
return Promise.resolve([result]);
});
}
var composedRequest = queryMerging_1.mergeRequests(requests);

@@ -12,0 +17,0 @@ return this.query(composedRequest).then(function (composedResult) {

2

package.json
{
"name": "apollo-client",
"version": "0.3.28",
"version": "0.3.29",
"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