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

@sumor/logger

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumor/logger - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "@sumor/logger",
"description": "This is a lightweight logger for Node.JS. It can output logs in different levels, and you can customize the scope, id, and timezone.",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "sumor-cloud/logger",

@@ -39,3 +39,3 @@ import filterLevels from './filterLevels.js'

if (levels.indexOf(level) > -1) {
this[level](code, message)
this[level](message)
} else {

@@ -42,0 +42,0 @@ this.error(code, parameters)

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