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

bc2

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

bc2 - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

libs/Receptor.js

2

bin/start.js

@@ -69,5 +69,5 @@ #!/usr/bin/env node

.catch((e) => { console.trace(e); })
.then((Bots) => Utils.close({ Bots }));
//.then((Bots) => Utils.close({ Bots }));
}
})

@@ -412,4 +412,10 @@ const path = require('path');

}
jsonrpc({ body, files, params, header, method, query }) {
const options = dvalue.clone(this.config.blockchain);
options.data = body;
return Utils.ETHRPC(options);
}
}
module.exports = BlockScanner;

@@ -50,2 +50,8 @@ const os = require('os');

static parseBoolean(bool) {
return typeof(bool) == 'string' ?
bool.toLowerCase() != 'false' :
!!bool;
}
static parseTime(timestamp) {

@@ -109,4 +115,6 @@ let result;

const rsConfig = config;
// const uploadFolder = path.resolve(config.homeFolder, 'uploads');
rsConfig.argv = arguments[0];
return this.initialFolder(config)
// .then(() => this.initialFolder({ homeFolder: config.uploadFolder }))
.then(() => rsConfig);

@@ -152,2 +160,3 @@ })

basePath;
// config.uploadFolder = path.resolve(basePath, 'uploads');
return resolve(config);

@@ -154,0 +163,0 @@ }

{
"name": "bc2",
"version": "0.4.1",
"version": "0.5.0",
"description": "Blockchain Data Collector",

@@ -31,6 +31,11 @@ "main": "bin/start.js",

"i18n": "^0.8.3",
"koa": "^2.5.2",
"koa-body": "^4.0.4",
"koa-router": "^7.4.0",
"level": "^4.0.0",
"mongodb": "^3.0.10",
"pem": "^1.12.5",
"spdy": "^3.4.7",
"toml": "^2.3.3"
}
}

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