You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

apollo-client

Package Overview
Dependencies
Maintainers
1
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

to
0.3.6

2

data/storeUtils.js

@@ -26,3 +26,3 @@ "use strict";

else {
throw new Error('Only scalar argument types currently supported.');
throw new Error("For inline arguments, only scalar types are supported. To use Enum or Object types, please pass them as variables.");
}

@@ -29,0 +29,0 @@ });

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

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

@@ -107,2 +107,5 @@ "use strict";

}
else {
console.error('Unhandled network error', queryStoreValue.networkError, queryStoreValue.networkError.stack);
}
}

@@ -109,0 +112,0 @@ else {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet