New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.0 to 3.5.0

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

18

dist/basket/models/basket.d.ts

@@ -5,3 +5,3 @@ import moment from 'moment';

import { Delivery } from './delivery';
import { BasketData, BasketStatus, DeliveryData, UpsellProductData } from '../typings';
import { BasketData, BasketStatus, DeliveryData, UpsellProductData, BasketItemData } from '../typings';
export declare class Basket {

@@ -62,2 +62,18 @@ private readonly itemsCollection;

};
replaceBasketData(basketItems: BasketItemData[]): {
reservations: any;
reference: string;
checksum?: string;
channelId: string;
delivery?: DeliveryData;
createdAt: string;
expiredAt: string;
status: BasketStatus;
mixed?: boolean;
coupon: import("../typings").CouponData;
appliedPromotion: import("../typings").Promotion;
shopperReference: string;
shopperCurrency?: string;
missedPromotions?: import("../typings").Promotion[];
};
private prepareBasketReservation;

@@ -64,0 +80,0 @@ private getLinkedFlexiItems;

@@ -14,2 +14,3 @@ import { Basket, BasketItemsCollection, Delivery } from '../models';

setUpsellProducts: (basket: Basket, upsellProducts: UpsellProductData) => Promise<Basket>;
replaceItems: (basket: Basket, basketItems: BasketItemData[]) => Promise<Basket>;
};

2

package.json
{
"name": "encore-api-services",
"version": "3.4.0",
"version": "3.5.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