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

@moosty/lisk-connection-provider

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moosty/lisk-connection-provider - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

dist/controllers/ServiceRPCController.js

@@ -23,3 +23,3 @@ "use strict";

this.id++;
return await helpers_1.ws({
const res = await helpers_1.ws({
socket: !v1 || !this.isV1Connected() ? this.connection : this.v1, requests: [{

@@ -32,2 +32,4 @@ "jsonrpc": "2.0",

});
console.log("test", res);
return res;
}

@@ -34,0 +36,0 @@ return {};

{
"name": "@moosty/lisk-connection-provider",
"version": "0.0.10",
"version": "0.0.11",
"description": "Lisk connection provider component to connect react to Lisk endpoints",

@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>",

},
"gitHead": "a540c1ec95abce2b03ac118165ceaa351fc29c33"
"gitHead": "00b9edf14968cd88f931615342d3c9d29ad76d92"
}

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