Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
12
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.0.0 to 6.0.1-alpha.7

4

package.json
{
"name": "@availity/api-core",
"version": "6.0.0",
"version": "6.0.1-alpha.7+199536f",
"description": "Base API definitions for the Availity REST API",

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

},
"gitHead": "d376afc731f9cfc8287accd22e20aacb5c035f2d"
"gitHead": "199536f7f9cd7f5b50af42ba23f4478211289dd5"
}

@@ -122,3 +122,3 @@ import * as avLocalStorage from '@availity/localstorage-core';

const { config, headers = {} } = response;
const { getHeader, base, url } = config;
const { getHeader, base } = config;
const { location, Location } = headers;

@@ -132,3 +132,3 @@

return resolveUrl({ relative: locationUrl, base: base || url });
return resolveUrl({ relative: locationUrl, base });
}

@@ -135,0 +135,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc