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

@vue/apollo-util

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/apollo-util - npm Package Compare versions

Comparing version 4.0.0-alpha.15 to 4.0.0-alpha.16

10

dist/errorLog.js

@@ -17,7 +17,7 @@ "use strict";

var message = _a.message, locations = _a.locations;
messages.push("[GraphQL error] " + message);
messages.push("[GraphQL error] ".concat(message));
if (operation) {
messages.push(logOperation(printedQuery, locations));
if (Object.keys(operation.variables).length) {
messages.push("with variables: " + JSON.stringify(operation.variables, null, 2));
messages.push("with variables: ".concat(JSON.stringify(operation.variables, null, 2)));
}

@@ -28,3 +28,3 @@ }

if (networkError)
messages.push("[Network error] " + networkError);
messages.push("[Network error] ".concat(networkError));
if (stack)

@@ -41,3 +41,3 @@ messages.push(stack);

var tag = result[1], msg = result[2];
console.log("%c" + tag, 'color:white;border-radius:3px;background:#ff4400;font-weight:bold;padding:2px 6px;', msg);
console.log("%c".concat(tag), 'color:white;border-radius:3px;background:#ff4400;font-weight:bold;padding:2px 6px;', msg);
}

@@ -54,3 +54,3 @@ else {

stack = stack.substr(stack.indexOf('\n', newLineIndex + 1));
console.log("%c" + stack, 'color:grey;');
console.log("%c".concat(stack), 'color:grey;');
}

@@ -57,0 +57,0 @@ }

{
"name": "@vue/apollo-util",
"version": "4.0.0-alpha.15",
"version": "4.0.0-alpha.16",
"description": "Apollo GraphQL for Vue - Utilities",

@@ -35,6 +35,3 @@ "repository": {

},
"devDependencies": {
"typescript": "^4"
},
"gitHead": "e952766bcf556791402fbaf90498fff7ef362d1f"
"gitHead": "cb0e79489177be4d4c90cbe8a442e812c194cb4a"
}

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