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
192
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.19.1-beta.0 to 1.20.1

9

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

@@ -155,2 +155,3 @@ /**

navPathNames?: NavPathNames;
navPathInfo?: NavPathInfo;
}

@@ -239,2 +240,9 @@ export declare type AnchorType = 'hotel' | 'place';

}
export interface NavPathInfo {
city?: string;
adminDivisions?: string[];
country?: string;
cityID?: string;
countryID?: string;
}
export interface Hotel extends Omit<Hit, 'hotelName' | 'address' | 'placeDN' | 'placeADName'> {

@@ -249,2 +257,3 @@ displayAddress: string;

navPathNames?: NavPathNames;
navPathInfo?: NavPathInfo;
partiallyMatched: boolean;

@@ -251,0 +260,0 @@ }

2

package.json
{
"name": "@findhotel/sapi",
"version": "1.19.1-beta.0",
"version": "1.20.1",
"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