@blog-alchemy/blog-alchemy-shared-pkg
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -6,2 +6,10 @@ "use strict"; | ||
}); | ||
exports.logger = undefined; | ||
var _dotenv = require("dotenv"); | ||
var dotenv = _interopRequireWildcard(_dotenv); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
var __values = undefined && undefined.__values || function (o) { | ||
@@ -47,2 +55,5 @@ var s = typeof Symbol === "function" && Symbol.iterator, | ||
}; | ||
dotenv.config(); | ||
var disabledLogs = (process.env.REACT_APP_DISABLED_LOGS || '').split(','); | ||
var consoleLogWithFilter = function consoleLogWithFilter() { | ||
@@ -58,3 +69,2 @@ var e_1, _a; | ||
var message = '' + args[0]; | ||
var disabledLogs = (process.env.REACT_APP_DISABLED_LOGS || '').split(','); | ||
try { | ||
@@ -61,0 +71,0 @@ for (var disabledLogs_1 = __values(disabledLogs), disabledLogs_1_1 = disabledLogs_1.next(); !disabledLogs_1_1.done; disabledLogs_1_1 = disabledLogs_1.next()) { |
{ | ||
"name": "@blog-alchemy/blog-alchemy-shared-pkg", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
61057
934
1