Socket
Socket
Sign inDemoInstall

@availity/env-var

Package Overview
Dependencies
0
Maintainers
17
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

CHANGELOG.md

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

## [2.0.2](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.1...@availity/env-var@2.0.2) (2022-05-24)
## [2.0.1](https://github.com/Availity/sdk-js/compare/@availity/env-var@2.0.0...@availity/env-var@2.0.1) (2022-04-28)

@@ -7,0 +11,0 @@

12

jest.config.js

@@ -0,13 +1,7 @@

const global = require('../../jest.config');
module.exports = {
...global,
displayName: 'env-var',
preset: '../../jest.preset.js',
testEnvironment: 'jest-environment-jsdom-global',
globals: {
'ts-jest': {
tsconfig: '<rootDir>/tsconfig.spec.json',
},
jsdom: true,
},
coverageDirectory: '../../coverage/env-var',
coverageReporters: ['json'],
};
{
"name": "@availity/env-var",
"version": "2.0.1",
"version": "2.0.2",
"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.10.1",
"typescript": "^4.5.3"
"tsup": "^5.12.8",
"typescript": "^4.6.4"
},

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

@@ -21,4 +21,20 @@ {

}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"eslintConfig": ".eslintrc.yaml",
"lintFilePatterns": ["packages/env-var/**/*.{js,ts}"],
"silent": false,
"fix": false,
"cache": true,
"cacheLocation": "./node_modules/.cache/env-var/.eslintcache",
"maxWarnings": -1,
"quiet": false,
"noEslintrc": false,
"hasTypeAwareRules": true,
"cacheStrategy": "metadata"
}
}
}
}
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