Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@bitski/provider-engine

Package Overview
Dependencies
126
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

4

dist/base-provider.js

@@ -27,3 +27,5 @@ "use strict";

var payload = create_payload_1.createPayload({ method: method, params: params });
return this.sendPayload(payload);
return this.sendPayload(payload).then(function (response) {
return response.result;
});
};

@@ -30,0 +32,0 @@ // Legacy sendAsync method

{
"name": "@bitski/provider-engine",
"version": "0.4.0",
"version": "0.4.1",
"description": "",

@@ -5,0 +5,0 @@ "repository": "https://github.com/BitskiCo/provider-engine",

@@ -28,3 +28,5 @@ import { EventEmitter } from 'events';

const payload = createPayload({ method, params });
return this.sendPayload(payload);
return this.sendPayload(payload).then((response) => {
return response.result;
});
}

@@ -31,0 +33,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc