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

@findhotel/sapi

Package Overview
Dependencies
Maintainers
0
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.18.2 to 1.18.3

7

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

@@ -34,3 +34,3 @@ import { Language, HotelId, TranslatedString, GuestRating, GuestType, Location, TranslatedArray, Pricing, ContentHotel, LOVItem, Currency, Options as ClientOptions } from './types';

feesMnd?: TranslatedString;
deposit?: TranslatedString;
deposit?: DepositInfo;
reviewCountBkt?: number;

@@ -46,2 +46,7 @@ placeID?: string;

}
interface DepositInfo {
amount?: number;
currency?: string;
description: TranslatedString;
}
interface Descriptions {

@@ -48,0 +53,0 @@ overall?: TranslatedString;

2

package.json
{
"name": "@findhotel/sapi",
"version": "1.18.2",
"version": "1.18.3",
"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