Socket
Socket
Sign inDemoInstall

blockchain.js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain.js - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/cli/command/mine-block.js

@@ -10,3 +10,3 @@ const blockchain = require('../../blockchain');

if (args.data) {
blockchain.mine(args.data[0]);
blockchain.mine(args.data);
p2p.broadcastLatest();

@@ -13,0 +13,0 @@ }

{
"name": "blockchain.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "A blockchain command-line interface built with JavaScript.",

@@ -5,0 +5,0 @@ "main": "index.js",

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