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

liteapi-node-sdk

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liteapi-node-sdk - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

index.js

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

const response = await fetch(this.serviceURL + '/hotels/rates', options);
const data = await response.json();
const result = await response.json();

@@ -34,3 +34,3 @@ if (!response.ok) {

"status": "failed",
"error": data.error
"error": result.error
}

@@ -41,3 +41,3 @@ }

"status": "success",
"data": data.data
"data": result.data
}

@@ -44,0 +44,0 @@ }

{
"name": "liteapi-node-sdk",
"version": "3.0.0",
"version": "3.0.1",
"description": "Start building travel apps with liteAPI. Instantly access millions of hotels to build new or existing apps and platforms.",

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

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