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

@dashevo/dashd-rpc

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/dashd-rpc - npm Package Compare versions

Comparing version 18.0.1 to 18.0.2

7

lib/index.js

@@ -78,6 +78,6 @@ /* eslint-disable */

agent: self.disableAgent ? false : undefined,
};
};
if (self.timeout) {
options.timeout = self.timeout;
if (self.timeout) {
options.timeout = self.timeout;
};

@@ -184,2 +184,3 @@

createRawTransaction: 'str str int',
createWallet: 'str bool bool str bool bool',
debug: 'str',

@@ -186,0 +187,0 @@ decodeRawTransaction: 'str',

{
"name": "@dashevo/dashd-rpc",
"description": "Dash Client Library to connect to Dash Core (dashd) via RPC",
"version": "18.0.1",
"version": "18.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Stephen Pair",

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