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 3.0.0 to 3.1.0

16

changelog.md

@@ -35,2 +35,14 @@ # CHANGELOG

### RELEASE: [v3.1.0](https://github.com/ahmadawais/awais/compare/v3.0.0...v3.1.0)
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
> 📦 CLI Box [`ef6a26c`](https://github.com/ahmadawais/awais/commit/ef6a26cbd24a72dd69d268f069801adbd829768e) <br>
<br>
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
<br>
### RELEASE: [v3.0.0](https://github.com/ahmadawais/awais/compare/v2.9.0...v3.0.0)

@@ -42,2 +54,6 @@

![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
> 📖 Changelog [`48cfb82`](https://github.com/ahmadawais/awais/commit/48cfb82ba2a381346e2ae61f9109b72188087ceb) <br>
<br>

@@ -44,0 +60,0 @@

3

package.json
{
"name": "awais",
"version": "3.0.0",
"version": "3.1.0",
"description": "Get to know Awais via `npx awais`.",

@@ -9,2 +9,3 @@ "bin": {

"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.0",

@@ -11,0 +12,0 @@ "cli-alerts": "^1.0.2",

@@ -0,1 +1,2 @@

const boxen = require('boxen');
const welcome = require('cli-welcome');

@@ -22,5 +23,5 @@ const checkNode = require('cli-check-node');

minimal && console.log(`Ahmad Awais`);
minimal && console.log(boxen(`Ahmad Awais`, { padding: 1, float: `center`, dimBorder: true }));
checkNode('10');
};
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