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.10.0 to 0.10.1

8

dist/src/http-data-source.d.ts

@@ -64,6 +64,6 @@ /// <reference types="node" />

protected onError?(_error: Error, requestOptions: Request): void;
get<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
post<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
delete<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
put<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
protected get<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
protected post<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
protected delete<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
protected put<TResult = unknown>(path: string, requestOptions?: RequestOptions): Promise<Response<TResult>>;
private performRequest;

@@ -70,0 +70,0 @@ private request;

{
"name": "apollo-datasource-http",
"version": "0.10.0",
"version": "0.10.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc