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

amadeus

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amadeus - npm Package Compare versions

Comparing version 5.5.0 to 5.6.0

3

CHANGELOG.md
# Changelog
## 5.6.0 - 2020-12-03
Update Node versions in Travis configuration to [Node LTS versions](https://nodejs.org/en/about/releases/)
## 5.5.0 - 2020-11-11

@@ -4,0 +7,0 @@ Add support for the [Flight Price Analysis API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-price-analysis/api-reference)

2

package.json
{
"name": "amadeus",
"version": "5.5.0",
"version": "5.6.0",
"description": "Node library for the Amadeus travel APIs",

@@ -5,0 +5,0 @@ "main": "lib/amadeus.js",

@@ -14,3 +14,3 @@ # Amadeus Node SDK

This module has been tested using Node 6 and higher, though it should work with Node 4 and 5 as well. You can install it using Yarn or NPM.
This module has been tested using [Node LTS versions](https://nodejs.org/en/about/releases/). You can install it using Yarn or NPM.

@@ -36,3 +36,3 @@ ```sh

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '2'

@@ -193,3 +193,3 @@ }).then(function(response){

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '2'

@@ -202,3 +202,3 @@ })

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '2'

@@ -222,3 +222,3 @@ }).then(function(response){

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '1'

@@ -243,3 +243,3 @@ }).then(function(response){

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '1'

@@ -267,3 +267,3 @@ }).then(function(response){

destinationLocationCode: 'BKK',
departureDate: '2020-08-01',
departureDate: '2021-04-01',
adults: '1'

@@ -448,4 +448,4 @@ }).then(function(response){

destinationLocationCode: 'MAD',
departureDate: '2020-08-01',
returnDate: '2020-08-12'
departureDate: '2021-04-01',
returnDate: '2021-04-08'
})

@@ -452,0 +452,0 @@

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