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

encore-api-services

Package Overview
Dependencies
Maintainers
8
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encore-api-services - npm Package Compare versions

Comparing version 3.3.5 to 3.4.0

dist/fulfilment-service/constants/path-settings.d.ts

1

dist/index.d.ts

@@ -9,1 +9,2 @@ import './typings';

export * from './venue';
export * from './fulfilment-service';

@@ -39,2 +39,9 @@ interface Region {

}
export interface FulfilmentBasketItem {
productId: string;
venueId: string;
productType: string;
dateTime: string;
linkedReservationId: number;
}
export {};

2

package.json
{
"name": "encore-api-services",
"version": "3.3.5",
"version": "3.4.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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

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