Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 1.0.8

10

bin/card.js
#!/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"

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