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.9.11 to 0.9.12

8

dist/src/http-data-source.js

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

async get(path, requestOptions) {
return await this.request({
return this.request({
headers: {},

@@ -69,3 +69,3 @@ ...requestOptions,

async post(path, requestOptions) {
return await this.request({
return this.request({
headers: {},

@@ -79,3 +79,3 @@ ...requestOptions,

async delete(path, requestOptions) {
return await this.request({
return this.request({
headers: {},

@@ -89,3 +89,3 @@ ...requestOptions,

async put(path, requestOptions) {
return await this.request({
return this.request({
headers: {},

@@ -92,0 +92,0 @@ ...requestOptions,

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

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

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