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

feather

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feather - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name":"feather",
"version":"0.0.3",
"version":"0.0.4",
"keywords": ["logger", "lightweight", "Unix style logging", "info debug warn"],

@@ -5,0 +5,0 @@ "engines": { "node": "*"},

#Feather 0.0.1
* A light-weight logger facility, Feather integrates seamlessly with your codebase and has minimal overheads.
A light-weight logger
* Feather integrates seamlessly with your codebase and has minimal overheads.
* Configurarly control what you log in dev and in production.
* Why? because ogs that are useful during development can be discarded in production.
* Why? because logs that are useful during development can be discarded in production.

@@ -88,8 +90,4 @@ It uses Unix log levels `[Emergency, Alert, Critical, Error, Warn, Notice, Info, Debug]`, and similarly to logging

`module.exports = {
"fileLocation": "logs/feather/",
"appName": "Feather",
"timestampFormat" : "ddd, dd MMM yyyy HH:mm:ss",
"dateFormat" : "yyyyMMdd",
"host" : '172.0.0.1',
"rootLevel" : "Info"
"timestampFormat" : "dddd, MMMM Do YYYY, h:mm:ss a",
"level" : "Info"
}`

@@ -96,0 +94,0 @@

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