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.8.0 to 0.8.1

2

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

@@ -40,3 +40,3 @@ import { DataSource, DataSourceConfig } from 'apollo-datasource';

protected onCacheKeyCalculation(requestOptions: RequestOptions): string;
protected onRequest?(requestOptions: ClientRequestOptions): void;
protected onRequest?(requestOptions: RequestOptions): void;
protected onResponse<TResult = unknown>(_requestOptions: RequestOptions, response: Response<TResult>): Response<TResult>;

@@ -43,0 +43,0 @@ protected onError?(_error: Error, requestOptions: RequestOptions): void;

{
"name": "apollo-datasource-http",
"version": "0.8.0",
"version": "0.8.1",
"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