Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast.com

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast.com - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -82,3 +82,3 @@ #!/usr/bin/env node

const latency = ms(Math.round(responseTimeSamples.reduce((a, b) => a + b) / responseTimeSamples.length), { long: true })
const spin = offset => chalk.gray(`${spinner[(tick + offset) % spinner.length]}`);
const spin = offset => chalk.dim(`${spinner[(tick + offset) % spinner.length]}`);
clear(true)

@@ -89,5 +89,5 @@

console.log(chalk.red.bold("FAST.COM"))
console.log(spin(2) + chalk.black(' Elapsed\t') + timeElapsed);
console.log(spin(3) + chalk.black(' Latency\t') + latency);
console.log(spin(4) + chalk.black(' Avg. Speed\t') + Math.round(averageBits / 1000000) + " Mbps ");
console.log(spin(2) + chalk.yellow(' Elapsed\t') + timeElapsed);
console.log(spin(3) + chalk.yellow(' Latency\t') + latency);
console.log(spin(4) + chalk.yellow(' Avg. Speed\t') + Math.round(averageBits / 1000000) + " Mbps ");

@@ -94,0 +94,0 @@ lastReport = {

{
"name": "fast.com",
"version": "1.0.0",
"version": "1.0.1",
"description": "A fast.com cli",

@@ -5,0 +5,0 @@ "bin": "./index.js",

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