@availity/env-var
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -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 @@ |
@@ -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 |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26
17659
7
275
1