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

@gigafied/log

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

@gigafied/log - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

10

index.js

@@ -7,3 +7,3 @@ (function (root) {

var namespaces = {
default: 3
default: process.env.LOG_LEVEL || 3
}

@@ -35,3 +35,3 @@

}
var theme = 'light'
var theme = process.env.LOG_THEME || 'light'
var isMuted = false

@@ -48,3 +48,3 @@ var doLogTimes = true

var activeLevel = namespaces[namespace]
if (typeof activeLevel == 'undefined') activeLevel = namespaces.default
if (typeof activeLevel === 'undefined') activeLevel = namespaces.default
if (activeLevel >= level) return true

@@ -130,4 +130,3 @@ return false

theme = val
}
else {
} else {
themes.custom = val

@@ -177,2 +176,1 @@ theme = 'custom'

})(typeof global !== 'undefined' ? global : window || this)

2

package.json
{
"name": "@gigafied/log",
"version": "0.2.0",
"version": "0.3.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Browser Logging",

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