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

think-logger3

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

think-logger3 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.nyc_output/068ff4e308c8f6349d3558533e7bab3c.json

2

package.json
{
"name": "think-logger3",
"version": "1.0.2",
"version": "1.0.3",
"description": "logger for ThinkJS 3.x",

@@ -5,0 +5,0 @@ "main": "./src",

@@ -110,3 +110,3 @@ # think-logger

`think-logger3` will auto detect cluster mode, you needn't configure for cluster handly.
`think-logger3` will auto detect cluster mode by `cluster.workers`, you needn't configure for cluster handly. If you want instance logger before fork worker, you can use like `new Logger({handle: Logger.File}, true)`.

@@ -113,0 +113,0 @@

const assert = require('assert');
const ConsoleAdapter = require('./adapter/console');
const FileAdapter = require('./adapter/file');
const DateFileAdapter = require('./adapter/file');
const DateFileAdapter = require('./adapter/datefile');

@@ -22,2 +22,2 @@ class Logger {

Logger.DateFile = DateFileAdapter;
module.exports = Logger;
module.exports = Logger;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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