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.8.1-beta.0 to 1.8.1-beta.1

9

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

@@ -297,7 +297,10 @@ /**

export declare type SuggestType = 'hotel' | 'place' | 'address';
export interface Suggestion {
filters?: Record<string, [{
export declare type SuggestFilters = Record<string, [
{
id: number;
value: string;
}]>;
}
] | string | number>;
export interface Suggestion {
filters?: SuggestFilters;
highlightValue: string;

@@ -304,0 +307,0 @@ objectID: string;

{
"name": "@findhotel/sapi",
"version": "1.8.1-beta.0",
"version": "1.8.1-beta.1",
"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 not supported yet

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