New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

insight-cli

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

insight-cli - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"author": "Yuki Akiyama",
"name": "insight-cli",
"version": "0.4.2",
"version": "0.4.3",
"private": false,

@@ -6,0 +6,0 @@ "dependencies": {

@@ -181,1 +181,54 @@ # node-insight-cli

## command line tool usage
### install
```
npm i -g insight-cli
```
### blocksummary
```
insight-cli blocksummary
```
```
======= blockexplorer ========
host: https://insight.bitpay.com/api
======= last block info ========
date: 2016-10-31 19:05:29
block height: 436745
block age: 5 min
tx size: 998032 byte
tx count: 2585
======= 20 block average ========
block age: 14 min
tx size: 824869 byte
tx count: 1816
```
### balance
```
insight-cli balance 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX
```
### tx
```
insight-cli tx d6be34ccf6edddc3cf69842dce99fe503bf632ba2c2adb0f95c63f6706ae0c52
```
### utxo
```
insight-cli utxo 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX
```

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