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

syntex-logger

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syntex-logger - npm Package Compare versions

Comparing version 1.0.8-b15 to 1.0.8-b16

2

main.js

@@ -93,3 +93,3 @@ let LanguageSwitcher = require('./language_manager');

if(this.options == null || this.options[level] == true)
if(this.options == null || this.options[level] == null || this.options[level] == true)
{

@@ -96,0 +96,0 @@ var color = '';

{
"name": "syntex-logger",
"version": "1.0.8-b15",
"version": "1.0.8-b16",
"description": "A Basic Logging System",

@@ -5,0 +5,0 @@ "main": "main.js",

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