Socket
Socket
Sign inDemoInstall

@availity/api-axios

Package Overview
Dependencies
Maintainers
12
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-axios - npm Package Compare versions

Comparing version 8.0.7-alpha-beta.0 to 8.0.7

8

CHANGELOG.md

@@ -5,12 +5,8 @@ # Changelog

## [8.0.7-alpha-beta.0](https://github.com/Availity/sdk-js/compare/@availity/api-axios@8.0.7-alpha.0...@availity/api-axios@8.0.7-alpha-beta.0) (2024-04-08)
## [8.0.7](https://github.com/Availity/sdk-js/compare/@availity/api-axios@8.0.6...@availity/api-axios@8.0.7) (2024-04-12)
## [8.0.7-alpha.0](https://github.com/Availity/sdk-js/compare/@availity/api-axios@8.0.6...@availity/api-axios@8.0.7-alpha.0) (2024-04-08)
### Bug Fixes
* **api-axios:** use newConfig.pollingMethod as polling method ([321a5e9](https://github.com/Availity/sdk-js/commit/321a5e9133760f33d4bcc71e06b322b6eff08786))
* **api-axios:** use newConfig.pollingMethod as polling method ([0a16d8c](https://github.com/Availity/sdk-js/commit/0a16d8c8583321beac58d3acc5fc8ac74b4d9990))

@@ -17,0 +13,0 @@

{
"name": "@availity/api-axios",
"version": "8.0.7-alpha-beta.0",
"version": "8.0.7",
"description": "Wrappers for axios designed to work with the Availity portal",

@@ -31,4 +31,3 @@ "keywords": [

"clean": "rm -rf node_modules && rm -rf dist",
"publish": "yarn npm publish --tolerate-republish --access public",
"publish:canary": "yarn npm publish --access public --tag canary"
"publish": "yarn npm publish --tolerate-republish --access public"
},

@@ -35,0 +34,0 @@ "dependencies": {

@@ -156,3 +156,2 @@ import qs from 'qs';

if (pollingUrl) {
newConfig.method = newConfig.pollingMethod;

@@ -159,0 +158,0 @@ newConfig.url = pollingUrl;

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