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.1 to 1.4.2

4

main.js

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

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

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

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

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

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

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

@@ -6,4 +6,2 @@ # log-segment

[![NPM](https://nodei.co/npm-dl/log-segment.png)](https://nodei.co/npm/log-segment/)
[![JS Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

@@ -10,0 +8,0 @@

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