New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

use-lunch-money

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-lunch-money - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "use-lunch-money",
"version": "1.1.2",
"version": "1.1.3",
"description": "Lunch Money profile react hook",

@@ -5,0 +5,0 @@ "author": {

@@ -23,5 +23,6 @@ "use strict";

(0, _react.useEffect)(function () {
if (!window || !window.LunchMoney) return;
try {
window.LunchMoney.getProfile();
var profile = window.LunchMoney && window.LunchMoney.profile || undefined;
var profile = window.LunchMoney.profile;
if (profile) {

@@ -33,3 +34,3 @@ setLmLocalUser(profile);

}
}, [window.LunchMoney.profile]);
}, [window.LunchMoney]);
return lmLocalUser;

@@ -36,0 +37,0 @@ };

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