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

@aspecto/logger

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspecto/logger - npm Package Compare versions

Comparing version

to
0.0.5

tsconfig.json

2

dist/index.js

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

const nodeEnv = (((_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV) || 'unknown').toLowerCase();
const isDev = nodeEnv.includes('dev') || nodeEnv.includes('blackbox') || nodeEnv.includes('testing');
const isDev = nodeEnv.includes('dev') || nodeEnv.includes('blackbox') || nodeEnv.includes('test');
const printLog = isDev ? dev_logger_1.default : prod_logger_1.default;

@@ -14,0 +14,0 @@ const createLogFn = (level, outputAs = types_1.OutputLevel.Log) => (message, extra) => printLog(level, outputAs, message, extra);

{
"name": "@aspecto/logger",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -12,13 +12,5 @@ "main": "dist/index.js",

},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/habmic/aspecto-logs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/habmic/aspecto-logs/issues"
},
"homepage": "https://gitlab.com/habmic/aspecto-logs#README",
"dependencies": {

@@ -25,0 +17,0 @@ "serialize-error": "^5.0.0"

Sorry, the diff of this file is not supported yet