@jacobmgevans/card
Advanced tools
Comparing version 1.0.8 to 1.0.10
{ | ||
"name": "@jacobmgevans/card", | ||
"version": "1.0.8", | ||
"version": "1.0.10", | ||
"description": "A personal card for Jacob Evans (@jacobmgevans)", | ||
@@ -14,6 +14,7 @@ "main": "/bin/card.js", | ||
"homepage": "https://dev.to/jacobmgevans", | ||
"type": "module", | ||
"scripts": { | ||
"deploy": "npm run build && npm version patch && rm ./build.js && npm publish --access public", | ||
"build": "tsc build.ts", | ||
"start": "npm run build && rm ./build.js && node ./bin/card.js", | ||
"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", | ||
@@ -20,0 +21,0 @@ "coverage": "vitest --coverage" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4607
0
Yes
4
0