Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
18
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 7.0.4 to 7.0.5

11

CHANGELOG.md

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

## 7.0.5 (2021-10-22)
### Bug Fixes
* **api-core:** disable lint rule ([b506cdc](https://github.com/Availity/sdk-js/commit/b506cdc47dd90d8dd9941eeb1a4d7efcae2d03ec))
## 7.0.4 (2021-09-30)

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

24

lib/index.js

@@ -8,14 +8,2 @@ "use strict";

});
Object.defineProperty(exports, "AvMicroservice", {
enumerable: true,
get: function get() {
return _ms["default"];
}
});
Object.defineProperty(exports, "AvProxy", {
enumerable: true,
get: function get() {
return _proxy["default"];
}
});
Object.defineProperty(exports, "AvCodes", {

@@ -57,2 +45,8 @@ enumerable: true,

});
Object.defineProperty(exports, "AvMicroservice", {
enumerable: true,
get: function get() {
return _ms["default"];
}
});
Object.defineProperty(exports, "AvNavigation", {

@@ -94,2 +88,8 @@ enumerable: true,

});
Object.defineProperty(exports, "AvProxy", {
enumerable: true,
get: function get() {
return _proxy["default"];
}
});
Object.defineProperty(exports, "AvRegions", {

@@ -96,0 +96,0 @@ enumerable: true,

@@ -93,2 +93,4 @@ "use strict";

/* eslint-disable unicorn/consistent-destructuring */
/* eslint-disable unicorn/no-array-method-this-argument */
var AvOrganizations = /*#__PURE__*/function (_AvApi) {

@@ -95,0 +97,0 @@ (0, _inherits2["default"])(AvOrganizations, _AvApi);

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

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

"dependencies": {
"@availity/env-var": "^1.11.1",
"@availity/resolve-url": "^1.1.21",
"@availity/env-var": "^1.11.2",
"@availity/resolve-url": "^1.1.22",
"@babel/runtime": "^7.10.2",

@@ -31,3 +31,3 @@ "core-js": "^3.12.1",

},
"gitHead": "c11abb5548bd3dc3ba37f4ee3e2214e4d5526f09"
"gitHead": "a247c20c27816eb3e3b68b983d12631a6cadd72b"
}

@@ -7,2 +7,6 @@ # api-core

## Important Note
This package is now considered deprecated. It has been combined with [@availity/api-axios](../api-axios/README.md) as of `version 6`. You can safely upgrade to `@availity/api-axios` and remove the use of this package.
## Install

@@ -9,0 +13,0 @@

/* eslint-disable unicorn/consistent-destructuring */
/* eslint-disable unicorn/no-array-method-this-argument */
import qs from 'qs';

@@ -3,0 +4,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