🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

envlocker

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envlocker - npm Package Compare versions

Comparing version

to
0.1.2

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

var _b;
var { target = process.env, envName = (_b = process.env['OP_ENV_NAME']) !== null && _b !== void 0 ? _b : 'development', } = _a === void 0 ? {} : _a;
var { target = process.env, envName = (_b = process.env['ENVLOCKER_ENV_NAME']) !== null && _b !== void 0 ? _b : 'development', } = _a === void 0 ? {} : _a;
try {

@@ -40,0 +40,0 @@ const opEnv = JSON.parse(fs.readFileSync(path.join(process.cwd(), '.envlockerrc'), 'utf8'));

@@ -8,3 +8,3 @@ import assert from 'assert';

var _b;
var { target = process.env, envName = (_b = process.env['OP_ENV_NAME']) !== null && _b !== void 0 ? _b : 'development', } = _a === void 0 ? {} : _a;
var { target = process.env, envName = (_b = process.env['ENVLOCKER_ENV_NAME']) !== null && _b !== void 0 ? _b : 'development', } = _a === void 0 ? {} : _a;
try {

@@ -11,0 +11,0 @@ const opEnv = JSON.parse(fs.readFileSync(path.join(process.cwd(), '.envlockerrc'), 'utf8'));

{
"name": "envlocker",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [],

@@ -5,0 +5,0 @@ "author": "Andrew Dibble <andrew@dibble.codes>",