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

@dashevo/dashd-rpc

Package Overview
Dependencies
Maintainers
8
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 2.0.0 to 2.0.2

test.js

4

lib/index.js

@@ -63,3 +63,3 @@ 'use strict';

request = JSON.stringify(request);
var auth = new Buffer(self.user + ':' + self.pass).toString('base64');
var auth = Buffer.from(`${self.user}:${self.pass}`).toString('base64');

@@ -174,2 +174,3 @@ var options = {

fundRawTransaction: 'str bool',
generate: 'int',
generateToAddress: 'int str',

@@ -187,2 +188,3 @@ getAccount: 'str',

getBestBlockHash: '',
getBestChainLock: '',
getBlock: 'str bool',

@@ -189,0 +191,0 @@ getBlockchainInfo: '',

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

@@ -46,4 +46,4 @@ "name": "Stephen Pair",

"dependencies": {
"async": "^1.3.0",
"bluebird": "^3.5.1"
"async": "^3.2.0",
"bluebird": "^3.7.2"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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