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.8 to 1.0.10

9

package.json
{
"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

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