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.1 to 0.4.2

6

index.js
const { create } = require("axios");
const ms = require("ms");
const ARBITRARY_STR = "ARBITRARY";
const ARBITRARY_STR = "TRIDE";

@@ -105,3 +105,3 @@ const SERVICES = {

details: {
address: ARBITRARY_STR,
address: start.name || ARBITRARY_STR,
keywords: ARBITRARY_STR

@@ -116,3 +116,3 @@ },

details: {
address: ARBITRARY_STR,
address: end.name || ARBITRARY_STR,
keywords: ARBITRARY_STR

@@ -119,0 +119,0 @@ },

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

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

@@ -34,3 +34,3 @@ import test from "ava";

// t.is(typeof exampleToken, "object");
const data = await getMotorBikePrice(
const data = await getEstimate(
{ lat: -7.2266182, long: 106.8073293 },

@@ -37,0 +37,0 @@ { lat: -6.2266182, long: 106.8073293 }

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