New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

001_numbersguessingame

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

001_numbersguessingame - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

main.js

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

if (userGuess === systemGeneratedNumber) {
console.log(chalk.yellow.bold("Yeaaaaa your answer in correct \n ") + chalk.bgWhite("YOU WIN!") + ".");
console.log(chalk.yellow.bold("Yeaaaaa your answer in correct \n ") + chalk.red.bold.bgYellow("YOU WIN!") + ".");
}

@@ -20,0 +20,0 @@ else {

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

if (userGuess===systemGeneratedNumber) {
console.log(chalk.yellow.bold("Yeaaaaa your answer in correct \n ") + chalk.yellow.bold.bgWhite("YOU WIN!") + ".");
console.log(chalk.yellow.bold("Yeaaaaa your answer in correct \n ") + chalk.red.bold.bgYellow("YOU WIN!") + ".");
}else {

@@ -30,0 +30,0 @@ console.log(chalk.red.bold(`Better Luck, Try Next Time`));

{
"name": "001_numbersguessingame",
"version": "1.0.1",
"version": "1.0.2",
"description": "Here is my Fisrt Number Guesssing Game",

@@ -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