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

awais

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awais - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

16

index.js
#!/usr/bin/env node
const pkgJSON = require('./package.json');
const welcome = require('cli-welcome');
const clearConsole = require('clear-any-console');
welcome({
title: pkgJSON.name,
tagLine: `Howdy, nice to meet ya!`,
description: pkgJSON.description,
version: pkgJSON.version,
bgColor: `#FADC00`,
color: `#000000`,
bold: true,
clear: false,
});
// Clears the console.
clearConsole();
console.log(`

@@ -9,0 +17,0 @@ Ahmad Awais

{
"name": "awais",
"version": "1.1.0",
"version": "2.0.0",
"description": "Get to know Awais via `npx awais`.",
"bin": {

@@ -8,4 +9,4 @@ "awais": "index.js"

"dependencies": {
"clear-any-console": "^1.16.0"
"cli-welcome": "^2.2.0"
}
}
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