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

covid-statistics

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covid-statistics - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/index.js

@@ -10,2 +10,3 @@ "use strict";

const table_1 = tslib_1.__importDefault(require("./utils/table"));
const say_1 = tslib_1.__importDefault(require("say"));
class CliCorona extends command_1.Command {

@@ -38,2 +39,3 @@ async run() {

}
say_1.default.speak("Be Safe");
let anim2 = chalk_animation_1.default.neon("\n Be Safe \n");

@@ -40,0 +42,0 @@ await new Promise((res) => setTimeout(res, 3500));

3

package.json
{
"name": "covid-statistics",
"description": "Coronavirus statistics in the command line from around the world.",
"version": "1.0.3",
"version": "1.0.4",
"author": "Anish Prashun <anishprashun118@gmail.com>",

@@ -23,2 +23,3 @@ "bin": {

"numeral": "^2.0.6",
"say": "^0.16.0",
"tslib": "^1"

@@ -25,0 +26,0 @@ },

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