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

@myparcel/delivery-options

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myparcel/delivery-options - npm Package Compare versions

Comparing version 6.0.0-alpha.16 to 6.0.0-alpha.17

25

dist/index.d.ts

@@ -368,10 +368,25 @@ import { AllowedComponentProps } from 'vue';

/**
* Stores the selected delivery date for home delivery.
*/
export declare const FIELD_DELIVERY_DATE = "deliveryDate";
/**
* Stores the selected delivery moment for home delivery.
*/
export declare const FIELD_DELIVERY_MOMENT = "deliveryMoment";
/**
* Stores whether home delivery or pickup is selected.
*/
export declare const FIELD_HOME_OR_PICKUP = "homeOrPickup";
/**
* Stores the selected pickup location if pickup is selected.
*/
export declare const FIELD_PICKUP_LOCATION = "pickupLocation";
/**
* Stores the selected shipment options for home delivery.
*/
export declare const FIELD_SHIPMENT_OPTIONS = "shipmentOptions";

@@ -563,3 +578,3 @@

export declare const OUTPUT_EVENT_DEBOUNCE_DELAY = 50;
export declare const OUTPUT_EVENT_DEBOUNCE_DELAY = 10;

@@ -786,7 +801,9 @@ export declare const padStart: (input: string | number, length: number) => string;

export declare const useSelectedPickupLocation: () => {
locationCode: Ref<string>;
declare interface UseSelectedPickupLocation {
location: ComputedRef<ResolvedPickupLocation | undefined>;
};
locationCode: Ref<string | undefined>;
}
export declare const useSelectedPickupLocation: () => UseSelectedPickupLocation;
export declare const useShipmentOptionsOptions: () => ComputedRef<SelectOption[]>;

@@ -793,0 +810,0 @@

2

package.json
{
"name": "@myparcel/delivery-options",
"version": "6.0.0-alpha.16",
"version": "6.0.0-alpha.17",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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 too big to display

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

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

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