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

@availity/env-var

Package Overview
Dependencies
Maintainers
19
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 1.11.2 to 1.11.3

src/index.d.ts

8

CHANGELOG.md

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

## 1.11.3 (2021-12-21)
**Note:** Version bump only for package @availity/env-var
## 1.11.2 (2021-10-22)

@@ -8,0 +16,0 @@

14

lib/index.js

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

require("core-js/modules/es.regexp.test.js");
require("core-js/modules/es.object.assign.js");

@@ -22,6 +24,16 @@

require("core-js/modules/es.object.to-string.js");
require("core-js/modules/esnext.async-iterator.reduce.js");
require("core-js/modules/esnext.iterator.constructor.js");
require("core-js/modules/esnext.iterator.reduce.js");
require("core-js/modules/es.object.keys.js");
require("core-js/modules/es.object.to-string.js");
require("core-js/modules/esnext.async-iterator.some.js");
require("core-js/modules/esnext.iterator.some.js");
// Cloud domains are in the format <team>.<cloud provider><zone>.availity.com

@@ -28,0 +40,0 @@ // where <cloud provider> is a two character abbreviation for the cloud provider

38

package.json
{
"name": "@availity/env-var",
"version": "1.11.2",
"version": "1.11.3",
"description": "Availity-specific way to determine variables based on the current environment the code is running in",
"main": "lib/index.js",
"module": "src/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/availity/sdk-js.git"
},
"keywords": [

@@ -17,17 +10,30 @@ "availity",

],
"homepage": "https://availity.github.io/sdk-js/resources/env-var",
"bugs": {
"url": "https://github.com/availity/sdk-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/availity/sdk-js.git",
"directory": "packages/env-var"
},
"license": "MIT",
"contributors": [
"Evan Sharp <evan.sharp@availity.com> (https://github.com/TheSharpieOne)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/availity/sdk-js/issues"
"main": "lib/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "yarn clean && yarn transpile",
"clean": "rimraf ./lib",
"transpile": "babel --root-mode upward src -d lib --ignore **/*.test.js"
},
"homepage": "https://github.com/availity/sdk-js",
"dependencies": {
"core-js": "^3.12.1"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"core-js": "^3.12.1"
},
"gitHead": "a247c20c27816eb3e3b68b983d12631a6cadd72b"
"gitHead": "1c3e8c8045b16fc5111f941d863600f0a97cdbff"
}

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

# env-var
# @availity/env-var

@@ -6,2 +6,4 @@ > Get run-time environment variables for immutable builds

[![Version](https://img.shields.io/npm/v/@availity/env-var.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/env-var)
[![NPM Downloads](https://img.shields.io/npm/dt/@availity/env-var.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/env-var)
[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/env-var?style=for-the-badge)](https://github.com/Availity/sdk-js/blob/master/packages/env-var/package.json)

@@ -22,2 +24,4 @@ ## Install

## [Documentation](https://availity.github.io/sdk-js/features/env-var)
## Documentation
Check out more documentation at [availity.github.io](https://availity.github.io/sdk-js/resources/env-var)
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