Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@availity/api-core

Package Overview
Dependencies
Maintainers
6
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 2.0.1 to 2.0.3

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -0,0 +0,0 @@ # api-core

@@ -0,0 +0,0 @@ import AvLocalStorage from '@availity/localstorage-core';

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

@@ -17,6 +17,6 @@ import AvApi from './api';

getUrl(config, id = '') {
const { path, name } = this.config(config);
const { path, name, id: configId } = this.config(config);
let parts = [path, name];
if (id) {
parts = [path, name, id];
if (id || configId) {
parts = [path, name, id || configId];
}

@@ -23,0 +23,0 @@ return parts

@@ -0,0 +0,0 @@ const API_OPTIONS = {

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

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

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ # Availity API's

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

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

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

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

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

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