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

basecoin

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

basecoin - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

package.json
{
"name": "basecoin",
"version": "2.2.0",
"version": "2.2.1",
"description": "Client for Tendermint's basecoin cryptocurrency",

@@ -18,3 +18,3 @@ "main": "index.js",

"secp256k1": "^3.2.5",
"tendermint": "^1.2.0",
"tendermint": "^2.0.0",
"tendermint-crypto": "mappum/js-crypto",

@@ -21,0 +21,0 @@ "varstruct": "^5.3.0",

@@ -7,3 +7,3 @@ let { PrivKey } = require('tendermint-crypto')

let bc = Basecoin('ws://192.241.203.245:46657', 'localhost:46667')
let bc = Basecoin('ws://localhost:46657', 'localhost:46667')
let key = PrivKey.fromSeed('ed25519', 'test')

@@ -14,3 +14,3 @@ let address = key.address()

// bc.wallet('./wallet', (err, wallet) => {
// if (err) return console.error(err)
// if (err) return console.error(erri)
// console.log('created/loaded wallet')

@@ -70,2 +70,3 @@ //

})
console.log('')
// console.dir(tx)

@@ -72,0 +73,0 @@ // //

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