You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hello-bkowshik

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

hello-bkowshik - npm Package Compare versions

Comparing version

to
2.0.0

3

hello.js
#!/usr/bin/env node
console.log('Hello, Bhargav! 🌅');
var chalk = require('chalk');
console.log(chalk.magenta('Hello, Bhargav! 🌅'));
{
"name": "hello-bkowshik",
"version": "1.1.0",
"version": "2.0.0",
"description": "Make saying hello, easy!",

@@ -13,3 +13,6 @@ "main": "index.js",

"hello-bkowshik": "./hello.js"
},
"dependencies": {
"chalk": "^1.1.3"
}
}