Socket
Socket
Sign inDemoInstall

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.2.7 to 1.3.5

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 of 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 of 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) {

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

2

package.json
{
"name": "6z0m9t-currency_converter",
"version": "1.2.7",
"version": "1.3.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,3 @@ {

/* Language and Environment */
"target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */

@@ -17,0 +17,0 @@ // "jsx": "preserve", /* Specify what JSX code is generated. */

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