Socket
Socket
Sign inDemoInstall

chia-datalayer

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

chia-datalayer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "chia-datalayer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Wrapper for Chia DataLayer RPCs",

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

@@ -21,3 +21,3 @@ const superagent = require("superagent");

options.waitForWalletAvailability = options.waitForWalletAvailability ?? true;
options.allowUnverifiedCert = options.allowUnverifiedCert ?? true;
options.allowUnverifiedCert = options.allowUnverifiedCert ?? config.allowUnverifiedCert;

@@ -41,7 +41,3 @@ const { cert, key } = getBaseOptions(config);

console.log(
`Calling Chia RPC... ${JSON.stringify({
url,
})}`
);
console.log(`Calling Chia RPC: ${url}`);

@@ -48,0 +44,0 @@ try {

@@ -14,2 +14,3 @@ const os = require("os");

default_mirror_coin_amount: 300_000_000,
allowUnverifiedCert: true,
};

@@ -16,0 +17,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