Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
15
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 6.6.4-alpha.2 to 6.6.4

11

CHANGELOG.md

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

## [6.6.4](https://github.com/Availity/sdk-js/compare/@availity/api-core@6.6.3...@availity/api-core@6.6.4) (2020-08-24)
### Bug Fixes
* **api-core:** filesDelivery polling issue ([8e5f451](https://github.com/Availity/sdk-js/commit/8e5f4512e98537c5d8c530e97e51986b8debf16e))
## [6.6.3](https://github.com/Availity/sdk-js/compare/@availity/api-core@6.6.2...@availity/api-core@6.6.3) (2020-07-08)

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

2

lib/resources/filesDelivery.js

@@ -68,3 +68,3 @@ "use strict";

value: function getLocation(response) {
var baseUrl = (0, _get2["default"])((0, _getPrototypeOf2["default"])(AvFilesDelivery.prototype), "getLocation", this).call(this, response.config);
var baseUrl = (0, _get2["default"])((0, _getPrototypeOf2["default"])(AvFilesDelivery.prototype), "getLocation", this).call(this, response);
return "".concat(baseUrl, "/").concat(response.data.id);

@@ -71,0 +71,0 @@ }

{
"name": "@availity/api-core",
"version": "6.6.4-alpha.2+463e932",
"version": "6.6.4",
"description": "Base API definitions for the Availity REST API",

@@ -21,8 +21,8 @@ "keywords": [

"dependencies": {
"@availity/env-var": "^1.11.1-alpha.16+463e932",
"@availity/resolve-url": "^1.1.21-alpha.4+463e932",
"@availity/env-var": "^1.11.0",
"@availity/resolve-url": "^1.1.20",
"@babel/runtime": "^7.10.2",
"qs": "^6.5.2"
},
"gitHead": "463e932f0e29fd34741d0d113e204d804af49417"
"gitHead": "d70e6ee963010fd5e9c9c6d87f587dafe4692ae0"
}

@@ -36,5 +36,5 @@ import AvMicroservice from '../ms';

getLocation(response) {
const baseUrl = super.getLocation(response.config);
const baseUrl = super.getLocation(response);
return `${baseUrl}/${response.data.id}`;
}
}
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