Socket
Socket
Sign inDemoInstall

crypto-ticker-cli

Package Overview
Dependencies
30
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

15

package.json
{
"name": "crypto-ticker-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "CLI tool that shows cryptocurrency prices in realtime",

@@ -8,3 +8,4 @@ "main": "src/app.js",

"scripts": {
"start": "node src/app.js"
"start": "node src/app.js",
"release": "release-it"
},

@@ -36,3 +37,4 @@ "keywords": [

"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
"prettier": "^2.5.1",
"release-it": "^14.12.5"
},

@@ -44,3 +46,8 @@ "dependencies": {

},
"type": "module"
"type": "module",
"release-it": {
"github": {
"release": true
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc