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

@open-tender/types

Package Overview
Dependencies
Maintainers
2
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/types - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

5

dist/cjs/types/api/cart.d.ts
import { NutritionalInfo } from './menu';
import { OrderItemImages } from './order';
export interface GuestItem {

@@ -79,4 +80,8 @@ cart_guest_id?: number | null;

favorite_id?: number;
images?: OrderItemImages;
short_description?: string;
made_for?: string;
signature?: string;
}
export declare type Cart = Array<CartItem>;
export declare type CartCounts = Record<string, number>;
import { NutritionalInfo } from './menu';
import { OrderItemImages } from './order';
export interface GuestItem {

@@ -79,4 +80,8 @@ cart_guest_id?: number | null;

favorite_id?: number;
images?: OrderItemImages;
short_description?: string;
made_for?: string;
signature?: string;
}
export declare type Cart = Array<CartItem>;
export declare type CartCounts = Record<string, number>;

2

package.json
{
"name": "@open-tender/types",
"version": "0.0.18",
"version": "0.0.19",
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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