Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@goldstack/utils-log

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-log - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

4

dist/src/utilsLog.d.ts

@@ -12,4 +12,6 @@ import { LoggerConfig } from '@goldstack/utils-cli';

}): void;
export declare function error(msg: string): void;
export declare function error(msg: string, properties?: {
[key: string]: any;
}): void;
export declare const fatal: (msg: string) => void;
//# sourceMappingURL=utilsLog.d.ts.map

@@ -22,4 +22,4 @@ "use strict";

exports.warn = warn;
function error(msg) {
(0, utils_cli_1.logger)().error(msg);
function error(msg, properties) {
(0, utils_cli_1.logger)().error(properties, msg);
}

@@ -31,3 +31,3 @@ exports.error = error;

}
(0, utils_cli_1.logger)().error(msg);
(0, utils_cli_1.logger)().error({}, msg);
process.exit(1);

@@ -34,0 +34,0 @@ };

{
"name": "@goldstack/utils-log",
"version": "0.3.13",
"version": "0.3.14",
"description": "Utilities for emitting logs.",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"@goldstack/utils-cli": "0.3.11"
"@goldstack/utils-cli": "0.3.12"
},

@@ -40,0 +40,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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