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.13 to 2.0.14

0

datalayer.d.ts

@@ -0,0 +0,0 @@ // wallet.d.ts

module.exports = require("./rpcs/datalayer");

2

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

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

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

{
...options,
includeFee: false,
...options,
}

@@ -45,4 +45,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -58,4 +58,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -71,4 +71,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -84,4 +84,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -97,4 +97,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -110,4 +110,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -123,4 +123,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -136,4 +136,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -149,4 +149,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -162,4 +162,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -171,8 +171,8 @@ );

return callAndAwaitChiaRPC(
`${this.config.datalayer_host}/get_subscriptions`,
`${this.config.datalayer_host}/subscriptions`,
{},
this.config,
{
...options,
includeFee: false,
...options,
}

@@ -188,4 +188,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -201,4 +201,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -214,4 +214,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -227,4 +227,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -240,4 +240,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -253,4 +253,4 @@ );

{
...options,
includeFee: false,
...options,
}

@@ -270,2 +270,2 @@ );

module.exports = DataLayer;
module.exports = DataLayer;

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

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

@@ -0,0 +0,0 @@ const os = require("os");

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