Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
13
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.0-alpha.2 to 7.0.0-alpha.10

dist/index.js

4

lib/api.js
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

@@ -14,4 +12,2 @@

var avLocalStorage = _interopRequireWildcard(require("@availity/localstorage-core"));
var _qs = _interopRequireDefault(require("qs"));

@@ -18,0 +14,0 @@

{
"name": "@availity/api-core",
"version": "7.0.0-alpha.2+fa3cf31",
"version": "7.0.0-alpha.10+8e4e32a",
"description": "Base API definitions for the Availity REST API",

@@ -21,7 +21,6 @@ "keywords": [

"dependencies": {
"@availity/localstorage-core": "^4.0.0-alpha.19+fa3cf31",
"@availity/resolve-url": "^2.0.0-alpha.19+fa3cf31",
"@availity/resolve-url": "^2.0.0-alpha.27+8e4e32a",
"qs": "^6.5.2"
},
"gitHead": "fa3cf31fb566cea8e0c963f98ee55cba94cf35db"
"gitHead": "8e4e32a30771beef013cc5d28e2994b1a209fac0"
}

@@ -1,2 +0,1 @@

import * as avLocalStorage from '@availity/localstorage-core';
import qs from 'qs';

@@ -36,2 +35,6 @@ import resolveUrl from '@availity/resolve-url';

getSessionBust() {
return window.localStorage.getItem('avCacheBust');
}
// set the cache parameters

@@ -56,3 +59,3 @@ cacheParams(config) {

config.sessionBust,
() => avLocalStorage.getSessionBust() || this.getPageBust()
() => this.getSessionBust() || this.getPageBust()
);

@@ -59,0 +62,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