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.4 to 1.1.5

2

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

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

@@ -14,2 +14,6 @@ "use strict";

function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
if (!window.LunchMoney) {
// @ts-ignore
window.LunchMoney = {};
}
var useLunchMoney = function useLunchMoney() {

@@ -24,8 +28,2 @@ var _useState = (0, _react.useState)({

(0, _react.useEffect)(function () {
if (!window.LunchMoney) {
// @ts-ignore
window.LunchMoney = {};
}
});
(0, _react.useEffect)(function () {
if (!window || !window.LunchMoney) return;

@@ -32,0 +30,0 @@ try {

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