New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axios-hooks

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-hooks - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [1.1.5](https://github.com/simoneb/axios-hooks/compare/v1.1.4...v1.1.5) (2019-07-16)
### [1.1.4](https://github.com/simoneb/axios-hooks/compare/v1.1.3...v1.1.4) (2019-07-14)

@@ -7,0 +11,0 @@

9

index.d.ts

@@ -9,4 +9,9 @@ import { AxiosRequestConfig, AxiosError, AxiosPromise } from 'axios'

interface Options {
manual: boolean
}
export default function useAxios(
config: AxiosRequestConfig | string
): [ResponseValues, () => void]
config: AxiosRequestConfig | string,
options?: Options
): [ResponseValues, (config?: AxiosRequestConfig) => void]
{
"name": "axios-hooks",
"version": "1.1.4",
"version": "1.1.5",
"description": "axios-hooks",

@@ -5,0 +5,0 @@ "keywords": [

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