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

gql-tools

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql-tools - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -53,3 +53,3 @@ var fs = require('fs');

if (response.status !== 200) {
return Promise.reject(response.statusText);
return Promise.reject('HTTP error: ' + response.status + ', ' + response.statusText);
}

@@ -56,0 +56,0 @@

{
"name": "gql-tools",
"description": "GraphQL Tools for schema handling.",
"version": "0.0.6",
"version": "0.0.7",
"author": "Alberto Mijares <almilo@almilo.es>",

@@ -6,0 +6,0 @@ "license": "MIT",

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