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

6z0m9t-currency_converter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6z0m9t-currency_converter - npm Package Compare versions

Comparing version 1.1.5 to 1.2.0

12

index.js
#! /usr/bin/env node
import chalk from "chalk";
import chalkAnimation from "chalk-animation";
import inquirer from "inquirer";
const sleep = () => {
return new Promise((res) => {
setTimeout(res, 10000);
});
};
async function welcome() {
let rainbowTitle = chalkAnimation.rainbow('\nšŸŒŸšŸŒŸšŸŒŸ Welcome to Typescript World with Colors šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Thank you Governor Sindh for Gov. Sindh Initiative Program šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Welcome to Strange World of Coding šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Good Luck to Everyone at Faculty of Gov. Sindh šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Never forget you are future of Pakistan šŸŒŸšŸŒŸšŸŒŸ');
await sleep();
rainbowTitle.stop();
}
await welcome();
function rainbowText(text) {

@@ -17,0 +5,0 @@ const rainbowColors = [

#! /usr/bin/env node
import chalk from "chalk";
import chalkAnimation from "chalk-animation";
import inquirer from "inquirer";
const sleep = () => {
return new Promise((res) => {
setTimeout(res, 10000);
});
};
async function welcome() {
let rainbowTitle = chalkAnimation.rainbow('\nšŸŒŸšŸŒŸšŸŒŸ Welcome to Typescript World with Colors šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Thank you Governor Sindh for Gov. Sindh Initiative Program šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Welcome to Strange World of Coding šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Good Luck to Everyone at Faculty of Gov. Sindh šŸŒŸšŸŒŸšŸŒŸ\nšŸŒŸšŸŒŸšŸŒŸ Never forget you are future of Pakistan šŸŒŸšŸŒŸšŸŒŸ');
await sleep();
rainbowTitle.stop();
}
await welcome();
function rainbowText(text: any) {

@@ -20,0 +7,0 @@ const rainbowColors = [

2

package.json
{
"name": "6z0m9t-currency_converter",
"version": "1.1.5",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "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