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.6-b5 to 1.0.6-b6

2

main.js

@@ -159,3 +159,3 @@ let LanguageSwitcher = require('./languages/language_switcher');

{
if(parts[i].split('[')[2].split(']')[0] == group)
if(parts[i].split('[')[2] != null && parts[i].split('[')[2].split(']')[0] == group)
{

@@ -162,0 +162,0 @@ search.push(parts[i]);

{
"name": "syntex-logger",
"version": "1.0.6-b5",
"version": "1.0.6-b6",
"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