@jacobmgevans/card
Advanced tools
Comparing version 1.0.10 to 1.0.15
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
18545
6
332
5
1
+ Added@vercel/ncc@^0.36.1
+ Added@vercel/ncc@0.36.1(transitive)
- Removedtypescript@^4.7.3
- Removedtypescript@4.9.5(transitive)