Socket
Socket
Sign inDemoInstall

apollo-datasource-http

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-datasource-http - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

3

dist/src/http-data-source.js

@@ -48,2 +48,3 @@ "use strict";

}
params.sort();
return params.toString();

@@ -193,3 +194,3 @@ }

var _a;
if (Object.keys(request === null || request === void 0 ? void 0 : request.query).length > 0) {
if (Object.keys(request.query).length > 0) {
request.path = request.path + '?' + this.buildQueryString(request.query);

@@ -196,0 +197,0 @@ }

{
"name": "apollo-datasource-http",
"version": "0.17.0",
"version": "0.17.1",
"author": "Dustin Deus <deusdustin@gmail.com>",

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

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