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

graphql-request

Package Overview
Dependencies
Maintainers
2
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-request - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

dist/src/index.js

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

else {
errorResult = typeof result === 'string' ? { data: result } : result;
errorResult = typeof result === 'string' ? { error: result } : result;
throw new types_1.ClientError(__assign({}, errorResult, { status: response.status }), { query: query, variables: variables });

@@ -89,0 +89,0 @@ }

{
"name": "graphql-request",
"version": "1.3.5",
"version": "1.3.6",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts",

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