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.102 to 0.0.103

4

dist/controllers/ServiceRPCController.js

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

const offset = params.offset || 0;
for (let i = offset; i <= offset + params.limit; i += 100) {
for (let i = offset; i <= offset + params.limit; i += 3) {
this.id++;

@@ -48,3 +48,3 @@ requests.push({

offset: i,
limit: params.limit && params.limit < 100 ? params.limit : 100,
limit: params.limit && params.limit < 3 ? params.limit : 3,
},

@@ -51,0 +51,0 @@ });

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

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

},
"gitHead": "4efc362a4717478f78342b22bd1fb7697d7494cf"
"gitHead": "59d9e7c7dcc96d7aa8355da24ff066f4dd48d6d5"
}

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