Socket
Socket
Sign inDemoInstall

izi-travel-api

Package Overview
Dependencies
10
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.18 to 0.1.19

2

index.js

@@ -90,3 +90,3 @@ 'use strict';

.then(response => {response.json().then(function(data) {
iziObject.iziOriginal.push(data[0]);
iziObject.iziOriginal.push(data[0].toString());
iziObject.iziTitle.push(data[0].content[0].title);

@@ -93,0 +93,0 @@ iziObject.iziType.push(data[0].type);

{
"name": "izi-travel-api",
"version": "0.1.18",
"version": "0.1.19",
"description": "Node module to assist with izi travel api",

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

@@ -24,3 +24,3 @@ izi-travel-api

/* This call will store one Amsterdam tour object in iziObject */
izi.iziCall("Amsterdam", "ded2b49e-e1f0-4917-a0c9-aeea61529c75", iziCallback);
izi.iziCall("Amsterdam", apiKey, iziCallback);

@@ -35,15 +35,7 @@ ## Object

iziLongitude: [],
iziPhoneNumber: [],
iziWebsite: [],
iziCountry: [],
iziCity: [],
iziAddress: [],
iziSchedule: [],
iziDescription: [],
imageFile: [],
audioFile: []
}
## Tests

@@ -50,0 +42,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc