Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
14
Versions
121
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.1.2 to 6.1.3

8

CHANGELOG.md

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

## [6.1.3](https://github.com/Availity/sdk-js/compare/@availity/api-core@6.1.2...@availity/api-core@6.1.3) (2020-01-28)
**Note:** Version bump only for package @availity/api-core
## [6.1.2](https://github.com/Availity/sdk-js/compare/@availity/api-core@6.1.1...@availity/api-core@6.1.2) (2020-01-23)

@@ -8,0 +16,0 @@

2

lib/resources/pdfs.js

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

onPdf(response) {
window.location = response.data.pdf.href;
window.location = response.data.links.pdf.href;
}

@@ -42,0 +42,0 @@

{
"name": "@availity/api-core",
"version": "6.1.2",
"version": "6.1.3",
"description": "Base API definitions for the Availity REST API",

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

},
"gitHead": "4a3f6381d7ccbbbec777c015e2f53aa3c32778a1"
"gitHead": "294bba636390abda943ecbe43adb477fdc9a835f"
}

@@ -19,3 +19,3 @@ import AvApi from '../api';

onPdf(response) {
window.location = response.data.pdf.href;
window.location = response.data.links.pdf.href;
}

@@ -22,0 +22,0 @@

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