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

graphql-http

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-http - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/index.js

@@ -162,3 +162,3 @@ 'use strict';

Object.defineProperty(GraphQLError.prototype, 'name', {
value: GraphQLError.name
value: 'GraphQLError'
});

@@ -183,5 +183,5 @@

Object.defineProperty(GraphQLResponseError.prototype, 'name', {
value: GraphQLResponseError.name
value: 'GraphQLResponseError'
});
exports.GraphQLResponseError = GraphQLResponseError;
{
"name": "graphql-http",
"version": "0.1.0",
"version": "0.1.1",
"description": "A GraphQL client for executing GraphQL queries over HTTP.",

@@ -5,0 +5,0 @@ "scripts": {

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