Socket
Socket
Sign inDemoInstall

@types/moxios

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/moxios - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

14

moxios/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for moxios 0.4

import { AxiosInstance } from "axios";
import { AxiosInstance, AxiosRequestConfig } from "axios";

@@ -79,4 +79,11 @@ interface Item {

*/
constructor(resolve: (arg: any) => void, reject: (arg: any) => void, config: any);
constructor(resolve: (arg: any) => void, reject: (arg: any) => void, config: AxiosRequestConfig);
config: AxiosRequestConfig;
headers: any;
url: string;
timeout: number;
withCredentials: boolean;
responseType: string;
/**

@@ -107,3 +114,3 @@ * Respond to this request with a timeout result

config: any;
config: AxiosRequestConfig;
data?: any;

@@ -114,2 +121,3 @@ status?: number;

request: Request;
code?: string;
}

@@ -116,0 +124,0 @@

{
"name": "@types/moxios",
"version": "0.4.7",
"version": "0.4.8",
"description": "TypeScript definitions for moxios",

@@ -22,4 +22,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "f65c67ccad565d11d2b8982b42a66ed02c67ee5d33ac3659a56fb8fd4226f338",
"typesPublisherContentHash": "5ea0d894924dee688351e71d550d0db076d9c9043b9ade714f5eb34d13d5a3d2",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 25 Oct 2017 18:38:03 GMT
* Last updated: Tue, 21 Nov 2017 21:21:07 GMT
* Dependencies: axios

@@ -14,0 +14,0 @@ * Global values: none

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