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

dist/index.js.map

1

dist/types/packages/core/src/app-config.d.ts

@@ -12,2 +12,3 @@ export declare type ProfileKey = 'findhotel-website' | 'findhotel-website-e2e' | 'findhotel-website-stg' | 'findhotel-website-ci' | 'findhotel-website-dev' | 'findhotel-website-dev2' | 'findhotel-checkout' | 'findhotel-checkout-e2e' | 'findhotel-checkout-stg';

addressSuggests: string;
freeTextSuggests: string;
availability: string;

@@ -14,0 +15,0 @@ };

@@ -298,2 +298,6 @@ /**

export interface Suggestion {
filters?: Record<string, [{
id: number;
value: string;
}]>;
highlightValue: string;

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

2

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