Socket
Socket
Sign inDemoInstall

@availity/env-var

Package Overview
Dependencies
Maintainers
17
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.3 to 1.11.4-alpha.0

.eslintrc.yml

17

CHANGELOG.md

@@ -1,6 +0,17 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
## [1.11.4-alpha.0](https://github.com/Availity/sdk-js/compare/@availity/env-var@1.11.3...@availity/env-var@1.11.4-alpha.0) (2022-04-18)
* build!: switch from lerna to nx and compile to esm with tsup ([c586085](https://github.com/Availity/sdk-js/commit/c5860856ca96b743a0653d335ea00f0889132f7f))
### BREAKING CHANGES
* Drop Internet Explorer support
## 1.11.3 (2021-12-21)

@@ -7,0 +18,0 @@

28

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

@@ -23,17 +23,21 @@ "keywords": [

],
"main": "lib/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "yarn clean && yarn transpile",
"clean": "rimraf ./lib",
"transpile": "babel --root-mode upward src -d lib --ignore **/*.test.js"
"build": "tsup src/index.js --format esm,cjs --dts",
"dev": "tsup src/index.js --format esm,cjs --watch --dts",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"clean": "rm -rf node_modules && rm -rf dist",
"bundlesize": "bundlesize",
"publish": "yarn npm publish --tolerate-republish --tag canary --access public"
},
"dependencies": {
"core-js": "^3.12.1"
"devDependencies": {
"tsup": "^5.10.1",
"typescript": "^4.5.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "1c3e8c8045b16fc5111f941d863600f0a97cdbff"
}
}
}
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