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

keywordnew

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keywordnew - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

9

bin/card.js

@@ -25,8 +25,10 @@ #!/usr/bin/env node

'npx': chalk.white('npx keywordnew'),
'blog': chalk.yellow('http://nilspace.xyz'),
'labelWork': chalk.white.bold(' Work:'),
'labelTwitter': chalk.white.bold(' Twitter:'),
'labelGitHub': chalk.white.bold(' GitHub:'),
'labelLinkedIn': chalk.white.bold(' LinkedIn:'),
'labelLinkedIn': chalk.white.bold(' History:'),
'labelWeb': chalk.white.bold(' Web:'),
'labelCard': chalk.white.bold(' Card:')
'labelCard': chalk.white.bold(' Card:'),
'labelBlog': chalk.white.bold(' Blog:')
}

@@ -43,6 +45,7 @@

var carding = `${data.labelCard} ${data.npx}`
var blogging = `${data.labelBlog} ${data.blog}`
// Put all our output together into a single variable so we can use boxen effectively
let output = heading + newline + newline + working + newline + twittering + newline + githubing + newline + linkedining + newline + webing + newline + newline + carding
let output = heading + newline + newline + working + newline + blogging + newline + twittering + newline + githubing + newline + linkedining + newline + webing + newline + newline + carding
console.log(chalk.green(boxen(output, options)))
{
"name": "keywordnew",
"version": "2.0.2",
"version": "2.0.3",
"description": "A CLI calling card for Manil Chowdhury (@keywordnew)",

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