Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fbartho

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbartho - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

bin/card.ts

@@ -1,2 +0,2 @@

#!/usr/bin/env ts-node
#!/usr/bin/env node
// 👆 Used to tell Node.js that this is a CLI tool

@@ -3,0 +3,0 @@

{
"name": "fbartho",
"version": "1.0.1",
"version": "1.0.2",
"description": "A personal card for Frederic Barthelemy (@fbartho), original from Tierney Cyren (@bitandbang)",
"main": "index.js",
"bin": {
"fbartho": "ts-node ./bin/card.ts"
"fbartho": "./bin/card.js"
},

@@ -14,2 +14,4 @@ "repository": {

"scripts": {
"deploy": "npm run build && npm publish",
"build": "tsc ./bin/card.ts && chmod +x ./bin/card.js",
"fbartho": "`npm bin`/ts-node ./bin/card.ts",

@@ -25,9 +27,9 @@ "prettier:all": "prettier --write \"./bin/**/*.{ts,tsx,js,jsx}\" ",

"chalk": "2.x",
"commander": "2.x",
"commander": "2.x"
},
"devDependencies": {
"prettier": "1.15.x",
"ts-node": "7.x",
"typescript": "3.x"
},
"devDependencies": {
"prettier": "1.15.x"
}
}
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