@jacobmgevans/card
Advanced tools
Comparing version 1.0.7 to 1.0.8
#!/usr/bin/env node | ||
'use strict' | ||
"use strict"; | ||
const fs = require('fs') | ||
const path = require('path') | ||
const output = fs.readFileSync(path.join(__dirname, 'output'), 'utf8') | ||
console.log(output) | ||
const fs = require("fs"); | ||
const path = require("path"); | ||
console.log(fs.readFileSync(path.join(__dirname, "output"), "utf8")); |
{ | ||
"name": "@jacobmgevans/card", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A personal card for Jacob Evans (@jacobmgevans)", | ||
@@ -15,5 +15,5 @@ "main": "/bin/card.js", | ||
"scripts": { | ||
"deploy": "npm run build && npm version patch && npm publish --access public", | ||
"deploy": "npm run build && npm version patch && rm ./build.js && npm publish --access public", | ||
"build": "tsc build.ts", | ||
"start": "npm run build && node ./bin/card.js", | ||
"start": "npm run build && rm ./build.js && node ./bin/card.js", | ||
"test": "vitest", | ||
@@ -20,0 +20,0 @@ "coverage": "vitest --coverage" |
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
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
4585
5