Socket
Socket
Sign inDemoInstall

@availity/api-core

Package Overview
Dependencies
Maintainers
0
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 8.0.6 to 9.0.0

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

# [9.0.0](https://github.com/Availity/sdk-js/compare/@availity/api-core@8.0.6...@availity/api-core@9.0.0) (2024-07-29)
### chore
* **api-core:** upgrade to node 18 and 20 ([0915080](https://github.com/Availity/sdk-js/commit/0915080a6a60b7061076126340be991fe33d3efc))
### BREAKING CHANGES
* **api-core:** drop support for node 14 and 16
## [8.0.6](https://github.com/Availity/sdk-js/compare/@availity/api-core@8.0.5...@availity/api-core@8.0.6) (2024-07-29)

@@ -7,0 +21,0 @@

9

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

@@ -19,2 +19,5 @@ "keywords": [

"types": "./dist/index.d.ts",
"engines": {
"node": "^18.0.0 || ^20.0.0"
},
"scripts": {

@@ -29,4 +32,4 @@ "build": "tsup src/index.js --format esm,cjs --dts",

"dependencies": {
"@availity/env-var": "3.1.1",
"@availity/resolve-url": "2.0.7",
"@availity/env-var": "4.0.0",
"@availity/resolve-url": "3.0.0",
"qs": "^6.12.3"

@@ -33,0 +36,0 @@ },

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