New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-log-stats

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-log-stats - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

8

lib/view.js

@@ -23,5 +23,5 @@ 'use strict'

]
var clientsTable = tableLayout.table(clientsData)
var clientsTable = tableLayout(clientsData)
var extensionTable = tableLayout.table([
var extensionTable = tableLayout([
{

@@ -34,3 +34,3 @@ type: ansi.format('Extension', ['underline']),

var resourceTable = tableLayout.table(
var resourceTable = tableLayout(
[

@@ -48,3 +48,3 @@ {

var output = clientsTable.render() + '\n' + extensionTable.render() + '\n' + resourceTable.render()
var output = clientsTable + '\n' + extensionTable + '\n' + resourceTable

@@ -51,0 +51,0 @@ if (visible) {

{
"name": "stream-log-stats",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.1.5",
"version": "1.1.6",
"description": "Prints statistics from the incoming web log stream to the console",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/stream-log-stats.git",

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