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.0.2 to 0.0.3

4

lib/stats.js

@@ -49,6 +49,6 @@ "use strict";

o.each(stats.resource, function(resource, key){
stats.topResources.push({ resource: key, requests: resource.requests, bytes: resource.bytes });
stats.topResources.push({ resource: key, requests: resource.requests, bytes: byteSize(resource.bytes, 2) });
});
o.each(stats.type, function(type, key){
stats.topTypes.push({ type: key, requests: type.requests, bytes: type.bytes });
stats.topTypes.push({ type: key, requests: type.requests, bytes: byteSize(type.bytes, 2) });
});

@@ -55,0 +55,0 @@

{
"name": "stream-log-stats",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

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