Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.8 to 0.1.9

2

bin/cli.js

@@ -6,2 +6,2 @@ #!/usr/bin/env node

process.stdin.pipe(statsView());
process.stdin.pipe(statsView({ refreshRate: 10 }));
{
"name": "stream-log-stats",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.8",
"version": "0.1.9",
"description": "Prints statistics from the incoming web log stream to the console",

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

"dependencies": {
"ansi-escape-sequences": "^0.1.0",
"boil-js": "^0.1.4",
"byte-size": "^0.1.0",
"common-log-format": "^0.1.3",
"console-dope": "^0.3.4",
"function-tools": "^0.1.0",
"ansi-escape-sequences": "~0.1.0",
"boil-js": "~0.1.4",
"byte-size": "~0.1.0",
"common-log-format": "~0.1.3",
"console-dope": "~0.3.4",
"function-tools": "~0.1.0",
"object-tools": "^1.0.3"
}
}
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