Socket
Socket
Sign inDemoInstall

@handy-common-utils/misc-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@handy-common-utils/misc-utils - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

13

dist/line-logger.d.ts

@@ -1,2 +0,10 @@

import medikooLog from 'log';
interface MedikooLogFunction {
(...args: any[]): void;
}
interface MedikooLogger {
debug: MedikooLogFunction;
notice: MedikooLogFunction;
warning: MedikooLogFunction;
error: MedikooLogFunction;
}
/**

@@ -68,3 +76,3 @@ * A LineLogger logs/prints one entire line of text before advancing to another line.

*/
static consoleLike(log: typeof medikooLog): LineLogger<(message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void>;
static consoleLike(log: MedikooLogger): LineLogger<(message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void, (message?: any, ...optionalParams: any[]) => void>;
info: INFO_FUNC;

@@ -122,2 +130,3 @@ debug: DEBUG_FUNC;

export declare const consoleLike: typeof LineLogger.consoleLike;
export {};
//# sourceMappingURL=line-logger.d.ts.map

2

package.json
{
"name": "@handy-common-utils/misc-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "Miscellaneous utilities",

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

@@ -178,3 +178,3 @@ # @handy-common-utils/misc-utils

| :------ | :------ | :------ |
| `log` | `Logger` | instance of the logger |
| `log` | `MedikooLogger` | instance of the logger |

@@ -424,3 +424,3 @@ ###### Returns

| :------ | :------ | :------ |
| `log` | `Logger` | instance of the logger |
| `log` | `MedikooLogger` | instance of the logger |

@@ -427,0 +427,0 @@ ###### Returns

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