New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@furkot/directions

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furkot/directions - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

lib/service/util.js

@@ -109,2 +109,3 @@ const LatLon = require('geodesy/latlon-spherical');

let id;
let resolve;
let reject;

@@ -124,6 +125,7 @@

function timeoutPromise(_, _reject) {
function timeoutPromise(_resolve, _reject) {
resolve = _resolve;
reject = _reject;
id = setTimeout(
() => reject(Error('timeout', { cause: Symbol.for('timeout') })),
() => resolve(),
millis

@@ -130,0 +132,0 @@ );

{
"name": "@furkot/directions",
"version": "2.0.1",
"version": "2.0.2",
"description": "Directions service for Furkot",

@@ -5,0 +5,0 @@ "author": {

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