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.5 to 0.3.6

2

index.js

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

params: {
location: `${from.lat}%2C${from.long}`,
location: `${from.lat},${from.long}`,
name: str,

@@ -164,0 +164,0 @@ service_type: 1

{
"name": "@tride/gojek-handler",
"version": "0.3.5",
"version": "0.3.6",
"description": "Gojek Handler",

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

@@ -123,3 +123,5 @@ "use strict";

})
.then(console.log)
.then(data => {
console.log(data);
})
.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