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

@jacobmgevans/card

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jacobmgevans/card - npm Package Compare versions

Comparing version 1.0.10 to 1.0.15

bin/run.js

30

package.json
{
"name": "@jacobmgevans/card",
"version": "1.0.10",
"version": "1.0.15",
"description": "A personal card for Jacob Evans (@jacobmgevans)",
"main": "/bin/card.js",
"main": "dist/index.js",
"bin": {
"jacobmgevans": "./bin/card.js"
"@jacobmgevans": "bin/run.js"
},

@@ -13,9 +13,8 @@ "repository": {

},
"homepage": "https://dev.to/jacobmgevans",
"homepage": "https://twitter.com/jacobmgevans",
"type": "module",
"scripts": {
"deploy": "npm run build && npm version patch && node --experimental-modules ./dist/build.js && npm publish --access public",
"build": "tsc",
"start": "npm run build && node --experimental-modules ./dist/build.js && node ./bin/card.cjs",
"test": "vitest",
"deploy": "npm run build && npm version patch && node ./dist/index.js && npm publish --access public",
"build": "rm -rf ./dist && ncc build ./index.ts -o ./dist && node ./dist/index.js",
"test": "npm run build && vitest",
"coverage": "vitest --coverage"

@@ -34,10 +33,11 @@ },

"files": [
"bin/card.js",
"bin/output"
"dist/index.js",
"dist/output"
],
"devDependencies": {
"@types/node": "^17.0.42",
"boxen": "^6.2.1",
"chalk": "^5.0.1",
"vitest": "^0.14.2"
"@types/node": "^20.5.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},

@@ -48,4 +48,4 @@ "bugs": {

"dependencies": {
"typescript": "^4.7.3"
"@vercel/ncc": "^0.36.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