New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ahmedelgabri

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahmedelgabri - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

28

bin/card.js
#!/usr/bin/env node
// 👆 Used to tell Node.js that this is a CLI tool

@@ -36,3 +35,2 @@ // Pull in our modules

// Actual strings we're going to output
const newline = '\n'
const heading = `${data.name} ${data.handle}`

@@ -47,19 +45,13 @@ const working = `${data.labelWork} ${data.work}`

// Put all our output together into a single variable so we can use boxen effectively
const output =
heading +
newline +
newline +
working +
newline +
twittering +
newline +
githubing +
newline +
linkedining +
newline +
webing +
newline +
newline +
carding
const output = `${heading}
${working}
${twittering}
${githubing}
${linkedining}
${webing}
${carding}`
console.log(chalk.green(boxen(output, options)))
{
"name": "ahmedelgabri",
"version": "2.0.1",
"author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)",
"version": "2.0.2",
"description": "A personal card for Ahmed El Gabri (@ahmedelgabri)",
"main": "index.js",
"license": "MIT",
"homepage": "https://gabri.me",
"main": "/bin/card.js",
"bin": {
"ahmedelgabri": "./bin/card.js"
},
"scripts": {
"start": "node ./bin/card.js",
"lint": "standard"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"files": [
"bin/card.js"
],
"repository": {
"type": "git",
"url": "https://github.com/bnb/bitandbang.git"
"url": "git+https://github.com/ahmedelgabri/ahmedelgabri.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"bugs": {
"url": "https://github.com/ahmedelgabri/ahmedelgabri/issues"
},
"keywords": [],
"author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)",
"license": "MIT",
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1"
},
"dependencies": {},
"devDependencies": {
"boxen": "^4.0.0",
"chalk": "^2.4.2",
"standard": "^12.0.1"
}
}
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