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

jomifepe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jomifepe - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/index.js

3

index.ts

@@ -61,3 +61,2 @@ #! /usr/bin/env node

` ${chalk.white(`Card: ${chalk.greenBright(data.npx)}`)}`,
``,
].join("\n"),

@@ -67,3 +66,3 @@ {

padding: 1,
borderStyle: "single",
borderStyle: "round",
borderColor: "blue",

@@ -70,0 +69,0 @@ width: 70,

{
"name": "jomifepe",
"version": "1.0.0",
"version": "1.1.0",
"author": "José Pereira <contact@jomifepe.dev>",
"description": "My personal CLI business card",
"license": "ISC",
"homepage": "https://github.com/jomifepe/jomifepe#readme",
"bugs": {
"url": "https://github.com/jomifepe/jomifepe/issues"
},
"type": "module",
"scripts": {
"dev": "tsc-watch --onSuccess 'node ./dist/index.js'",
"build": "npm run clean && tsc",
"build": "yarn clean && tsc",
"clean": "rimraf ./dist",
"lint:": "biome format .",
"prepublish": "yarn build",
"lint": "biome format .",
"lint:fix": "biome format --write ."

@@ -31,5 +36,5 @@ },

"bin": {
"jomifepe": "dist/index.js"
"jomifepe": "./dist/index.js"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

@@ -7,2 +7,6 @@ ### Heyo 👋

```bash
npx jomifepe
```
💬 &nbsp;**Where to find me**

@@ -9,0 +13,0 @@

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