Comparing version 0.0.2 to 1.0.0
14
index.js
#!/usr/bin/env node | ||
console.log( | ||
` | ||
Ahmad Awais | ||
console.log(` | ||
Ahmad Awais | ||
Award-winning open-source engineer and developer advocate. Author of various open-source dev-tools and software libraries used by millions of developers worldwide. Leading developers and publishing technical content for over a decade. Self-confessed tech comedian cracking silly jokes in the JavaScript web and cloud communities. | ||
Award-winning open-source engineer and developer advocate. Author of various open-source dev-tools and software libraries used by millions of developers worldwide. Leading developers and publishing technical content for over a decade. Self-confessed tech comedian cracking silly jokes in the JavaScript web and cloud communities. | ||
` | ||
); | ||
🐦 Twitter: https://twitter.com/MrAhmadAwais | ||
📖 GitHub: https://github.com/AhmadAwais | ||
😎 Blog: https://AhmadAwais.com | ||
`); |
{ | ||
"name": "awais", | ||
"version": "0.0.2", | ||
"bin": "index.js" | ||
"version": "1.0.0", | ||
"bin": { | ||
"awais": "index.js" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
589
9
1