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

@findhotel/sapi

Package Overview
Dependencies
Maintainers
7
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.9.6 to 1.9.7

5

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

@@ -74,2 +74,3 @@ import { CancellationPenalties, Currency, RoomId, HotelId } from './types';

}
export declare type Promos = Record<string, Offer>;
/**

@@ -96,3 +97,3 @@ * Hotel offer entity contains offers array as well as meta information about offers and hotel

/** Offers for requested promos where key is promo name and value is promo offer */
promos?: Record<string, Offer>;
promos?: Promos;
}

@@ -139,2 +140,3 @@ /**

}
export declare type SapiResponsePromos = Record<string, SapiResponseOffer>;
/**

@@ -152,4 +154,5 @@ * Sapi Backend offer entity type

splitBooking?: SapiSplitBookingEntity;
promos?: SapiResponsePromos;
hasMoreOffersWithoutFiltering: HasMoreOffersWithoutFiltering;
}
export {};

2

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