@tride/grab-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -28,3 +28,3 @@ const { create } = require("axios"); | ||
if (!start.long || !start.lat || !end.lat || !end.long) { | ||
throw new Error("no start or end lat/lon"); | ||
this.handleError("no start or end lat/lon"); | ||
} | ||
@@ -31,0 +31,0 @@ const url = "/api/passenger/v3/quotes"; |
{ | ||
"name": "@tride/grab-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:trride/grab-handler.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
263038
0