Socket
Socket
Sign inDemoInstall

@popmenu/ordering-ui

Package Overview
Dependencies
40
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.71.0 to 0.72.0

4

build/components/DishCard/DishCardProps.d.ts

@@ -0,1 +1,2 @@

import { SyntheticEvent } from 'react';
export interface DishCardProps {

@@ -8,2 +9,3 @@ /** Renders the title of the dish */

description: string;
id: string;
/** The image to be displayed. */

@@ -25,5 +27,5 @@ image: {

/** Callback for when the DishCard is clicked */
onClick: () => void;
onClick: (event: SyntheticEvent) => void;
/** Boolean for whether or not the view is in mobile */
isMobile: boolean;
}

@@ -15,3 +15,3 @@ declare type ModifierValue = {

/** The values of the modifier form */
value: Array<ModifierValue>;
value: Array<ModifierValue> | undefined;
/** Handles the change event */

@@ -18,0 +18,0 @@ onChange: OnChange;

{
"name": "@popmenu/ordering-ui",
"version": "0.71.0",
"version": "0.72.0",
"license": "MIT",

@@ -35,3 +35,3 @@ "author": "Popmenu Design System Team",

"sideEffects": false,
"gitHead": "0f47158691ac8cd0298847bca4370e4b3290ef24"
"gitHead": "c30330285a8c8e270477782e89a50050517e64cc"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc