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

@dc0de/http-client

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dc0de/http-client - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"private": false,
"license": "MIT",
"version": "0.0.8",
"version": "0.0.9",
"name": "@dc0de/http-client",

@@ -6,0 +6,0 @@ "description": "Simple HttpClient built on top of Axios and RxJS",

@@ -16,3 +16,3 @@ import { Observable } from "rxjs";

export declare type HttpClientGetRequestConfig = Pick<HttpClientRequestConfig, "pathParams" | "queryParams" | "headers" | "timeout">;
export declare type HttpClientPostRequestConfig = Pick<HttpClientRequestConfig, "pathParams" | "queryParams" | "headers" | "timeout">;
export declare type HttpClientPostRequestConfig = Pick<HttpClientRequestConfig, "data" | "pathParams" | "queryParams" | "headers" | "timeout">;
export declare type HttpClientPutRequestConfig = HttpClientPostRequestConfig;

@@ -19,0 +19,0 @@ export declare type HttpClientPatchRequestConfig = HttpClientPostRequestConfig;

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