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.3 to 1.2.4

4

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.3",
"version": "1.2.4",
"license": "MIT",

@@ -50,4 +50,4 @@ "repository": "sumor-cloud/logger",

"prepare": "husky",
"check": "eslint --fix . && prettier --write . && npm audit fix --force && npm run coverage"
"check": "npm run autofix && npm run coverage"
}
}

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

options.i18n = options.i18n || {}
options.language = options.language || 'en-US'
this._codeUtils = codeUtils(options)

@@ -14,0 +13,0 @@

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