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

@tride/grab-handler

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tride/grab-handler - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

14

index.js

@@ -152,12 +152,14 @@ require('dotenv').config()

.then(response => {
const { data } = response
const { driver, vehicle } = await this.grabBase.get(`/api/passenger/v3/rides/${rideId}`)
const driver = {
name: "Dummy Driver",
rating: 4.8,
pictureUrl: "http://google.com",
phoneNumber: "081234567890",
name: driver.name,
rating: driver.rating,
pictureUrl: driver.imageURL,
phoneNumber: "081210361048", // TODO: fetch driver's phone number
vehicle: {
plate: "B 1234 AA",
name: "Honda Vario"
plate: vehicle.plateNumber,
name: vehicle.model
}

@@ -164,0 +166,0 @@ }

{
"name": "@tride/grab-handler",
"version": "0.4.5",
"version": "0.4.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:trride/grab-handler.git",

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