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.3 to 1.1.4

2

lib/view.js

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

previouslyRenderedLines = 0
for (var i = 0; i < lines.length && i < (process.stdout.rows - 1); i++) {
for (var i = 0; i < lines.length && i < (process.stdout.rows - 2); i++) {
console.error(lines[i])

@@ -62,0 +62,0 @@ previouslyRenderedLines++

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

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

"devDependencies": {
"tape": "^4.4.0"
"tape": "^4.5.1"
},
"dependencies": {
"JSONStream": "^1.0.7",
"JSONStream": "^1.1.1",
"ansi-escape-sequences": "^2.2.2",

@@ -37,5 +37,5 @@ "byte-size": "^2",

"lodash.throttle": "^4.0.1",
"object-tools": "^2.0.5",
"stream-via": "^1.0.1"
"object-tools": "^2.0.6",
"stream-via": "^1.0.3"
}
}

Sorry, the diff of this file is not supported yet

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