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

log-segment

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-segment - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

main.js

@@ -102,3 +102,3 @@ 'use strict'

if (params.enabled) {
if (params.enabled.segments === null) {
if (!params.enabled.segments) {
__enabled.segments = []

@@ -109,3 +109,3 @@ } else {

if (params.enabled.levels === null) {
if (!params.enabled.levels) {
__enabled.levels = []

@@ -112,0 +112,0 @@ } else {

{
"name": "log-segment",
"version": "1.4.0",
"version": "1.4.1",
"description": "logger with partition",

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

@@ -17,3 +17,3 @@ # log-segment

## Installing
## Install

@@ -20,0 +20,0 @@ ````bash

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