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

@dotcom-tool-kit/logger

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/logger - npm Package Compare versions

Comparing version 1.6.0-beta.4 to 1.6.0

2

lib/helpers.d.ts

@@ -5,4 +5,4 @@ /// <reference types="node" />

export declare function hookConsole(logger: Logger, processName: string): () => void;
export declare function hookFork(logger: Logger, process: string, child: ChildProcess, logStdErr?: boolean): void;
export declare function hookFork(logger: Logger, process: string, child: Pick<ChildProcess, 'stdout' | 'stderr'>, logStdErr?: boolean): void;
export declare function waitOnExit(process: string, child: ChildProcess): Promise<void>;
//# sourceMappingURL=helpers.d.ts.map
{
"name": "@dotcom-tool-kit/logger",
"version": "1.6.0-beta.4",
"version": "1.6.0",
"description": "",

@@ -26,3 +26,3 @@ "main": "lib",

"dependencies": {
"@dotcom-tool-kit/error": "^1.6.0-beta.4",
"@dotcom-tool-kit/error": "^1.6.0",
"ansi-colors": "^4.1.1",

@@ -29,0 +29,0 @@ "ansi-regex": "^5.0.1",

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