Socket
Socket
Sign inDemoInstall

@availity/env-var

Package Overview
Dependencies
0
Maintainers
12
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

dist/index.d.mts

33

CHANGELOG.md

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

## [2.0.4](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.3...@availity/env-var@2.0.4) (2023-08-23)
# 1.0.0 (2023-08-23)
### Bug Fixes
* add browser field for output ([0ce7170](https://github.com/Availity/sdk-js/commit/0ce717075a82675b8707e4db0cc07cd4af370f3d))
* **env-var:** default value not environment ([076540b](https://github.com/Availity/sdk-js/commit/076540b212d419291f0ec76be1e2ba636c68e70b))
* update babel and jest configs, rename tests ([c80e194](https://github.com/Availity/sdk-js/commit/c80e1947f0c3cb28c3c7db842c82f381622d72e7))
* feat(env-var)!: update types ([d747314](https://github.com/Availity/sdk-js/commit/d747314b481c41a1c5da11613df9d0ad9ae6988d))
* build!: switch from lerna to nx and compile to esm with tsup ([c586085](https://github.com/Availity/sdk-js/commit/c5860856ca96b743a0653d335ea00f0889132f7f))
### Features
* **env-var:** add env support for cloud urls ([2534563](https://github.com/Availity/sdk-js/commit/2534563e7ced303d6095101733e5d64a22210ef6))
* **env-var:** add env-vars package ([a5a2409](https://github.com/Availity/sdk-js/commit/a5a2409ad6d8c19a23fe2b35501d37fe40838b88))
* **env-var:** add sandbox support to cloud environment ([8ada30c](https://github.com/Availity/sdk-js/commit/8ada30cabe64eb95cc37f3b3e0d68444585c0373))
* **env-var:** added extra param for setting default env var ([2f97472](https://github.com/Availity/sdk-js/commit/2f97472efb091358ba6728bb7c4169882dd3a402))
### BREAKING CHANGES
* Drop IE support
* Drop Internet Explorer support
## [2.0.3](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.2...@availity/env-var@2.0.3) (2022-06-15)

@@ -7,0 +40,0 @@

1

dist/index.js

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

"use strict";
var __defProp = Object.defineProperty;

@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

6

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

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

"devDependencies": {
"tsup": "^5.12.8",
"typescript": "^4.6.4"
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},

@@ -41,0 +41,0 @@ "publishConfig": {

@@ -6,3 +6,3 @@ {

"test": {
"executor": "@nrwl/jest:jest",
"executor": "@nx/jest:jest",
"outputs": ["coverage/env-var"],

@@ -18,4 +18,4 @@ "options": {

"preset": "angular",
"commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]",
"tagPrefix": "@availity/${projectName}@",
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
"tagPrefix": "@availity/{projectName}@",
"baseBranch": "master"

@@ -25,3 +25,3 @@ }

"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/linter:eslint",
"options": {

@@ -28,0 +28,0 @@ "eslintConfig": ".eslintrc.yaml",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc