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.7 to 2.0.8

2

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

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

@@ -40,3 +40,3 @@ const { callAndAwaitChiaRPC } = require("./rpc-base");

return callAndAwaitChiaRPC(
`${config.datalayer_host}/create_data_store`,
`${this.config.datalayer_host}/create_data_store`,
params,

@@ -173,3 +173,3 @@ this.config,

return callAndAwaitChiaRPC(
`${config.datalayer_host}/get_value`,
`${this.config.datalayer_host}/get_value`,
params,

@@ -176,0 +176,0 @@ this.config,

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