Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
17
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.1 to 7.0.2

13

CHANGELOG.md

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

## [7.0.2](https://github.com/Availity/sdk-js/compare/@availity/api-core@7.0.1...@availity/api-core@7.0.2) (2021-05-25)
### Bug Fixes
* **api-core:** all should append individual items ([1bf476e](https://github.com/Availity/sdk-js/commit/1bf476e4125355bc45fbbd8895c7affc48c13bdc))
* **api-core:** use flat for lint ([dcabbdf](https://github.com/Availity/sdk-js/commit/dcabbdf97e9fd9d8cba101af31a0a22e9e704f64))
* **api-core:** use flat for lint with spread ([56b4cd9](https://github.com/Availity/sdk-js/commit/56b4cd979edc0af07b9a00682d999ae234bc9c95))
## [7.0.1](https://github.com/Availity/sdk-js/compare/@availity/api-core@7.0.0...@availity/api-core@7.0.1) (2021-05-20)

@@ -8,0 +21,0 @@

4

lib/api.js

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

require("core-js/modules/es.array.flat.js");
require("core-js/modules/es.array.concat.js");

@@ -374,3 +376,3 @@

})).then(function (pages) {
return [].concat((0, _toConsumableArray2["default"])(result), (0, _toConsumableArray2["default"])(pages));
return [].concat((0, _toConsumableArray2["default"])(result), (0, _toConsumableArray2["default"])(pages)).flat();
});

@@ -377,0 +379,0 @@ }

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

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

},
"gitHead": "b7a6ea84ef4cef0c7e06c0fe09c7da202e457249"
"gitHead": "27db5c579b26e745db82558e1f80e7824c9bf8d0"
}

@@ -295,3 +295,3 @@ /* eslint-disable promise/no-nesting */

)
).then((pages) => [...result, ...pages]);
).then((pages) => [...result, ...pages].flat());
}

@@ -298,0 +298,0 @@ return result;

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