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

env-var

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-var - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

5

CHANGELOG.md

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

## 7.1.0
## 7.1.1 (28/10/2021)
* Fix duplicate identifier error for TypeScript builds (#151)
## 7.1.0 (28/10/2021)
* Support type narrowed `process.env`/record and remove unused type (#148)

@@ -3,0 +6,0 @@ * Add support for `readonly T[]` generic use with `asEnum()`

1

env-var.d.ts

@@ -308,3 +308,2 @@

export const accessors: PublicAccessors
export const EnvVarError: EnvVarError

@@ -311,0 +310,0 @@ export function logger (varname: string, str: string): void

{
"name": "env-var",
"version": "7.1.0",
"version": "7.1.1",
"description": "Verification, sanitization, and type coercion for environment variables in Node.js",

@@ -5,0 +5,0 @@ "main": "env-var.js",

@@ -136,2 +136,3 @@ # env-var

* @aautio
* @avocadomaster
* @caccialdo

@@ -138,0 +139,0 @@ * @ChibiBlasphem

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