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

@moosty/use-accounts

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/use-accounts - npm Package Compare versions

Comparing version 0.0.93 to 0.0.94

2

dist/hooks/watchAccount.js

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

}
console.log(query);
const accountData = await serviceClient.get('get.accounts', { limit: 1, ...query, });
console.log(accountData);
if (accountData?.data?.[0]) {

@@ -33,0 +31,0 @@ !react_2.default(account, accountData.data[0]) && setAccount(accountData.data[0]);

8

package.json
{
"name": "@moosty/use-accounts",
"version": "0.0.93",
"version": "0.0.94",
"description": "Lisk service provider account hooks",

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

"dependencies": {
"@moosty/lisk-service-events": "^0.0.93",
"@moosty/lisk-service-provider": "^0.0.93",
"@moosty/lisk-service-events": "^0.0.94",
"@moosty/lisk-service-provider": "^0.0.94",
"fast-deep-equal": "^3.1.3"

@@ -39,3 +39,3 @@ },

},
"gitHead": "179ac86aa5d982cef98076383383e9a118bd500f"
"gitHead": "6c6e7574a293e470fec05c0b1162078558e1cd4e"
}

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