Socket
Socket
Sign inDemoInstall

@nestjs/axios

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/axios - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/interfaces/http-module.interface.d.ts
import { ModuleMetadata, Provider, Type } from '@nestjs/common';
import { AxiosRequestConfig } from 'axios';
export declare type HttpModuleOptions = AxiosRequestConfig;
export type HttpModuleOptions = AxiosRequestConfig;
export interface HttpModuleOptionsFactory {

@@ -5,0 +5,0 @@ createHttpOptions(): Promise<HttpModuleOptions> | HttpModuleOptions;

{
"name": "@nestjs/axios",
"version": "0.1.1",
"version": "0.1.2",
"description": "Nest - modern, fast, powerful node.js web framework (@axios)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

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