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

@availity/env-var

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/env-var - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

14

CHANGELOG.md

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

# [4.0.0](https://github.com/Availity/sdk-js/compare/@availity/env-var@3.1.1...@availity/env-var@4.0.0) (2024-07-29)
### chore
* **env-var:** upgrade to node 18 and 20 ([28cb33d](https://github.com/Availity/sdk-js/commit/28cb33da8f0c15922472bbfcf6a1629ee332cfb9))
### BREAKING CHANGES
* **env-var:** drop support for node 14 and 16
## [3.1.1](https://github.com/Availity/sdk-js/compare/@availity/env-var@3.1.0...@availity/env-var@3.1.1) (2024-07-29)

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

5

package.json
{
"name": "@availity/env-var",
"version": "3.1.1",
"version": "4.0.0",
"description": "Availity-specific way to determine variables based on the current environment the code is running in",

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

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

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

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