Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.2 to 6.0.0

34

index.js

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

const chalk = require('chalk')
const pc = require('picocolors')
const boxen = require('boxen')

@@ -11,17 +11,17 @@

// Text + chalk definitions
const name = chalk.reset('Ahmed El Gabri')
const handle = chalk.cyan('ahmedelgabri')
const work = chalk.reset('Staff Software Engineer @MiroHQ')
const twitter = chalk.cyan(`https://twitter.com/${handle}`)
const github = chalk.cyan(`https://github.com/${handle}`)
const linkedin = chalk.cyan(`https://linkedin.com/in/${handle}`)
const web = chalk.cyan('https://gabri.me')
const npx = chalk.reset(`npx ${handle}`)
const labelWork = chalk.reset.bold(' Work: ')
const labelTwitter = chalk.reset.bold(' Twitter: ')
const labelGitHub = chalk.reset.bold(' GitHub: ')
const labelLinkedIn = chalk.reset.bold(' LinkedIn: ')
const labelWeb = chalk.reset.bold(' Web: ')
const labelCard = chalk.reset.bold(' Card: ')
// Text + pc definitions
const name = pc.reset('Ahmed El Gabri')
const handle = pc.cyan('ahmedelgabri')
const work = pc.reset('Staff Software Engineer @MiroHQ')
const twitter = pc.cyan(`https://twitter.com/${handle}`)
const github = pc.cyan(`https://github.com/${handle}`)
const linkedin = pc.cyan(`https://linkedin.com/in/${handle}`)
const web = pc.cyan('https://gabri.me')
const npx = pc.reset(`npx ${handle}`)
const labelWork = pc.bold(pc.reset(' Work: '))
const labelTwitter = pc.bold(pc.reset(' Twitter: '))
const labelGitHub = pc.bold(pc.reset(' GitHub: '))
const labelLinkedIn = pc.bold(pc.reset(' LinkedIn: '))
const labelWeb = pc.bold(pc.reset(' Web: '))
const labelCard = pc.bold(pc.reset(' Card: '))

@@ -49,4 +49,4 @@ // Actual strings we're going to output

module.exports = {
getCard: () => chalk.green(boxen(output, options)),
getCard: () => pc.green(boxen(output, options)),
getPlainCard: () => output,
}
{
"name": "ahmedelgabri",
"author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)",
"version": "5.0.2",
"version": "6.0.0",
"description": "A personal card for Ahmed El Gabri (@ahmedelgabri)",

@@ -40,7 +40,9 @@ "license": "MIT",

"@ahmedelgabri/prettier-config": "^5.0.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"prettier": "^2.5.0",
"standard": "^16.0.4"
},
"dependencies": {
"picocolors": "^1.0.0",
"boxen": "^5.1.2"
}
}

Sorry, the diff of this file is not supported yet

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