Sign In

get-env-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-env-cli - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
cli.js

@@ -22,3 +22,3 @@ #!/usr/bin/env node

process.exit(
(mapping[env] || env) === (mapping[cli.flags.assert] || cli.flags.assert)
(mapping[env] || env) === (mapping[cli.flags.assert] || cli.flags.assert) ? 0 : 1
);

@@ -25,0 +25,0 @@ } else{

{
"name": "get-env-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "bin": {