New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axah/env-utils

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/env-utils - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/parse-env-variable/parse-boolean.js

@@ -10,3 +10,3 @@ "use strict";

const value = process.env[key];
switch (value) {
switch (value.toLowerCase()) {
case 'true':

@@ -13,0 +13,0 @@ return true;

{
"name": "@axah/env-utils",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/main.js",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

Sorry, the diff of this file is not supported yet

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