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.120 to 0.0.121

3

dist/hooks/watchAccount.js

@@ -10,2 +10,5 @@ "use strict";

const setAccount = async (identifier, n = 0) => {
if (!identifier) {
return;
}
const query = {};

@@ -12,0 +15,0 @@ if (identifier.substr(0, 3) === "lsk") {

8

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

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

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

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

},
"gitHead": "6ffaea01c29dccd5e95e175cb803c1565f1e2288"
"gitHead": "fc15455cbe4e41a08dd18621f12e2dca2fb21596"
}

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