Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

melis-fork-claimer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

melis-fork-claimer - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "1.0.6",
"version": "1.0.7",
"main": "src/index.js",

@@ -9,0 +9,0 @@ "scripts": {

@@ -197,4 +197,4 @@ //

options.timeout = 30000
if (options.doDebug)
console.log("JSONFETCH " + url)
//if (options.doDebug)
console.log("JSONFETCH " + url)
return fetch(url, options).catch(err => {

@@ -371,3 +371,3 @@ console.error('myJsonFetch err: ' + err.message)

async function insightQueryUtxo(baseApi, addrs, options) {
const maxPerQuery = 20
const maxPerQuery = 50
let res = []

@@ -995,2 +995,3 @@ let todo = addrs

async bsvRedeem(melis, params) {
const bsvDriver = melis.getCoinDriver(C.COIN_PROD_BSV)
const account = params.account

@@ -1013,3 +1014,3 @@ const utxos = params.utxos

console.log("Created new aa: ", aa)
targetAddress = aa.address
targetAddress = bsvDriver.toLegacyAddress(aa.address)
}

@@ -1016,0 +1017,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