New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.4 to 0.1.5

7

index.js

@@ -47,2 +47,4 @@ "use strict";

}
let origin_lat_long = start.lat.concat(",", start.long);
let destination_lat_long = end.lat.concat(",", end.long);

@@ -73,4 +75,5 @@ let origin_address_detail = await this.getPlaceNameFromLatLong(

getMotorBikePrice(start, end) {
let origin_lat_long = start.lat.concat(",", start.long);
let destination_lat_long = end.lat.concat(",", end.long);
console.log("start", start);
let origin_lat_long = `${start.lat},${start.long}`;
let destination_lat_long = `${end.lat},${end.long}`;
let itinerary = {

@@ -77,0 +80,0 @@ routeRequests: [

{
"name": "@tride/gojek-handler",
"version": "0.1.4",
"version": "0.1.5",
"description": "Gojek Handler",

@@ -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