New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.134 to 0.0.135

8

dist/index.js

@@ -122,5 +122,7 @@ "use strict";

return (react_1.default.createElement(exports.LiskClientContext.Provider, { value: react_1.useMemo(() => {
const endpoints = endpointsState.endpoints
? endpointsState.endpoints
: [];
return {
endpoints: endpointsState?.endpoints ||
[],
endpoints,
connections,

@@ -132,3 +134,3 @@ serviceClient,

}, [
endpointsState?.endpoints,
endpointsState,
connections,

@@ -135,0 +137,0 @@ serviceClient,

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

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

},
"gitHead": "adb53fc0bf291f622f9b60633fa13883c6b117a3"
"gitHead": "8dcb788324d20f3ed780ee66b51a46a26e65f760"
}

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