Socket
Socket
Sign inDemoInstall

@findhotel/sapi

Package Overview
Dependencies
Maintainers
0
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@findhotel/sapi - npm Package Compare versions

Comparing version 1.14.4 to 1.14.6-beta.0

dist/index.js.map

4

dist/types/packages/core/src/offers-client.d.ts

@@ -56,3 +56,3 @@ import { CugDeals, HotelId, HotelOfferEntity, Brand, Currency, Country, Language, DeviceType, AnonymousId, Offer, Options as ClientOptions, UserTier, SapiResponseOffer, SapiResponseOfferEntity, OffersRooms, FilterParameters } from './types';

language: Language;
deviceType: DeviceType;
deviceType?: DeviceType;
anonymousId: AnonymousId;

@@ -67,3 +67,3 @@ currency: Currency;

label?: string;
countryCode: Country;
countryCode?: Country;
variations: string[];

@@ -70,0 +70,0 @@ metadata?: string;

@@ -48,3 +48,3 @@ import { OffersClient } from './offers-client';

language: Language;
deviceType: DeviceType;
deviceType?: DeviceType;
anonymousId: AnonymousId;

@@ -59,3 +59,3 @@ currency: Currency;

label?: string;
countryCode: Country;
countryCode?: Country;
variations: string;

@@ -62,0 +62,0 @@ metadata?: string;

@@ -18,7 +18,7 @@ import { Except } from 'type-fest';

/** Country code for selected user origin country */
countryCode: Country;
countryCode?: Country;
/** Displayed page size */
pageSize?: number;
/** User's device type */
deviceType: DeviceType;
deviceType?: DeviceType;
/** Used to identify SAPI Cli interface on the RAA backend */

@@ -25,0 +25,0 @@ sapiCliKey?: string;

{
"name": "@findhotel/sapi",
"version": "1.14.4",
"version": "1.14.6-beta.0",
"description": "FindHotel Search API",

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

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