Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
7
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-core - npm Package Compare versions

Comparing version 5.1.5 to 5.1.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [5.1.6](https://github.com/Availity/sdk-js/compare/@availity/api-core@5.1.5...@availity/api-core@5.1.6) (2019-05-31)
### Bug Fixes
* **api-core:** graceful exit when polling ([9708eff](https://github.com/Availity/sdk-js/commit/9708eff))
## [5.1.5](https://github.com/Availity/sdk-js/compare/@availity/api-core@5.1.4...@availity/api-core@5.1.5) (2019-04-29)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@availity/api-core",
"version": "5.1.5",
"version": "5.1.6",
"description": "Base API definitions for the Availity REST API",

@@ -29,3 +29,3 @@ "keywords": [

},
"gitHead": "8127bfe691a8bf980e4ab1764740232140ccb664"
"gitHead": "4c16b55d6437591692badab5f36f9c44684f49af"
}

@@ -138,2 +138,4 @@ import AvLocalStorage from '@availity/localstorage-core';

return (
response &&
response.config &&
response.config.polling &&

@@ -140,0 +142,0 @@ response.status === 202 &&

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