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

@findhotel/sapi

Package Overview
Dependencies
Maintainers
6
Versions
194
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.7.1 to 1.7.2

1

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

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

mealIncluded?: boolean;
amenities?: string[];
priceMin?: number;

@@ -25,0 +26,0 @@ priceMax?: number;

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

mealIncluded?: boolean;
amenities?: string[];
priceMin?: number;

@@ -27,0 +28,0 @@ priceMax?: number;

3

dist/types/packages/core/src/types/types.d.ts

@@ -20,3 +20,3 @@ /**

export declare type DateString = string;
export declare type DeviceType = 'desktop' | 'mobile' | 'tablet' | 'app';
export declare type DeviceType = 'desktop' | 'mobile' | 'tablet';
export declare type CugDeals = string[];

@@ -55,2 +55,3 @@ export declare type UserTier = string;

mealIncluded?: boolean;
amenities?: string[];
isVr?: boolean;

@@ -57,0 +58,0 @@ }

{
"name": "@findhotel/sapi",
"version": "1.7.1",
"version": "1.7.2",
"description": "FindHotel Search API",

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

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