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

block-address

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

block-address - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.idea/mongoSettings.xml

8

index.js

@@ -21,2 +21,10 @@ const ethUtils = require('ethereumjs-util');

const mainCoins = [
"BTC",
"ETH",
"MOER",
"LTC",
"DASH"
];
module.exports.coins = coins;

@@ -23,0 +31,0 @@

2

package.json
{
"name": "block-address",
"version": "0.0.2",
"version": "0.0.3",
"description": "create block chain address , such as ltc, btc, eth ....and so on ",

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

@@ -6,4 +6,4 @@ const ba = require('../index');

// var privateKey = "0000000000000000000000000000000000000000000000000000000000000001";
privateKey = "1111111111111111111111111111111111111111111111111111111111111111";
// privateKey = "0000000000000000000000000000000000000000000000000000000000000003";
// privateKey = "1111111111111111111111111111111111111111111111111111111111111111";
privateKey = "0000000000000000000000000000000000000000000000000000000000000001";

@@ -10,0 +10,0 @@ var btc = ba.createAddressByPrivateKey("BTC",privateKey);

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