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

@moosty/lisk-service-events

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moosty/lisk-service-events - npm Package Compare versions

Comparing version 0.0.87 to 0.0.88

4

dist/index.js

@@ -37,3 +37,2 @@ "use strict";

const [pulse, setPulse] = react_1.useState(0);
const [setup, setSetup] = react_1.useState(false);
react_1.useEffect(() => {

@@ -53,5 +52,4 @@ const getNetworkStatus = async () => {

setTransactions([...transactionsData?.data]);
setSetup(true);
};
if (serviceClient && serviceClient.getStateBlockchain() === "connected" && !setup) {
if (serviceClient && serviceClient.getStateBlockchain() === "connected") {
getInitialData();

@@ -58,0 +56,0 @@ serviceClient.on("update.block", (blockData) => {

{
"name": "@moosty/lisk-service-events",
"version": "0.0.87",
"version": "0.0.88",
"description": "Lisk service events",

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

"dependencies": {
"@moosty/lisk-service-provider": "^0.0.87"
"@moosty/lisk-service-provider": "^0.0.88"
},

@@ -37,3 +37,3 @@ "main": "dist/index.js",

},
"gitHead": "0c084018c2eff3dcc886f61c29bec4dce9be9d3f"
"gitHead": "939685dc611a0b5f1b57b5cda068966f0b4074cc"
}

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