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 3.4.0 to 3.4.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 3.4.0 (06/11/18)
* Fix TypeScript definition for "asBoolStrict" function name
## 3.4.0 (24/10/18)

@@ -2,0 +5,0 @@ * Add `convertFromBase64()` function

4

env-var.d.ts

@@ -80,3 +80,3 @@

*/
asStrictBool: () => boolean;
asBoolStrict: () => boolean;

@@ -180,3 +180,3 @@ /**

*/
asStrictBool: () => boolean|undefined;
asBoolStrict: () => boolean|undefined;

@@ -183,0 +183,0 @@ /**

{
"name": "env-var",
"version": "3.4.0",
"version": "3.4.1",
"description": "Verification, sanatization, and type coercion for environment variables in Node.js",

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

@@ -273,5 +273,7 @@ # env-var

* @caccialdo
* @evanshortiss
* @hhravn
* @itavy
* @MikeyBurkman
* @pepakriz
* @rmblstrp

@@ -278,0 +280,0 @@

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