Socket
Socket
Sign inDemoInstall

6z0m9t-currency_converter

Package Overview
Dependencies
63
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc