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

@tride/gojek-handler

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tride/gojek-handler - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

5

index.js

@@ -258,4 +258,5 @@ "use strict";

async reverseGeocode({ latitude, longitude }) {
const latLong = `${latitude}${longitude}`;
const { data: { data } } = await this.$http({
const latLong = `${latitude},${longitude}`;
const { data } = await this.$http({
method: "get",

@@ -262,0 +263,0 @@ url: "/gojek/poi/reverse-geocode",

2

package.json
{
"name": "@tride/gojek-handler",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gojek Handler",

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

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

//-- Canceled
getCurrentBookingByOrderNo('RB-929194418');
// getCurrentBookingByOrderNo('RB-929194418');
//-- Completed

@@ -97,3 +97,2 @@ // getCurrentBookingByOrderNo('RB-928148964');

// async function getAcceptedCurrentBookingByOrderNo(orderNo) {

@@ -120,1 +119,9 @@ // let acceptedCurrentBookingDetail = await gojek.getAcceptedCurrentBookingByOrderNo(

// .catch(console.error);
gojek
.reverseGeocode({
longitude: 106.78162,
latitude: -6.260719
})
.then(console.log)
.catch(console.error);
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