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

graphql-http

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

4

lib/handler.js

@@ -22,5 +22,5 @@ "use strict";

const init = val[1];
if (typeof init.status !== 'number')
if (init.status && typeof init.status !== 'number')
return false;
if (typeof init.statusText !== 'string')
if (init.statusText && typeof init.statusText !== 'string')
return false;

@@ -27,0 +27,0 @@ if (init.headers && !(0, utils_1.isObject)(init.headers))

{
"name": "graphql-http",
"version": "1.22.2",
"version": "1.22.3",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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