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

liteapi-travel

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liteapi-travel - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4-updates

STATICDATA.md

8

index.js

@@ -59,3 +59,3 @@ class LiteApi {

} else {
queryparams["hotelIds"] = hotelIdsList.join(",");
queryparams["hotelIds"] = hotelIdsList.join("%2C");
}

@@ -67,3 +67,3 @@

} else {
queryparams["children"] = children.join(",");
queryparams["children"] = children.join("%2C");
}

@@ -152,3 +152,3 @@ }

} else {
queryparams["hotelIds"] = hotelIdsList.join(",");
queryparams["hotelIds"] = hotelIdsList.join("%2C");
}

@@ -160,3 +160,3 @@

} else {
queryparams["children"] = children.join(",");
queryparams["children"] = children.join("%2C");
}

@@ -163,0 +163,0 @@ }

{
"name": "liteapi-travel",
"version": "2.0.3",
"version": "2.0.4-updates",
"description": "The **liteAPI** can be used to to do the following Get room rates & availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,3 +44,2 @@ <h1 style="font-weight: 500;">liteAPI SDK</h1>

# Installing

@@ -67,5 +66,7 @@

You can fetch the static data from the API or download it from the table available at [Static Data Table](STATICDATA.md).
## List of cities
The API returns a list of city names from a specific country. The country codes needs be is in ISO-2 format. To get the country codes in ISO-2 for all countries please use the GET Country list endpoint
The API returns a list of city names from a specific country. The country codes must be in ISO-2 format. To get the country codes in ISO-2 for all countries please use the GET Country list endpoint

@@ -72,0 +73,0 @@ * <h4 style="color:#9155fd; font-weight: 800;"> Example :</h4>

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