@streamr/cdn-location
Advanced tools
Comparing version 101.0.1 to 101.0.2-beta.0
@@ -20,3 +20,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch { | ||
return undefined; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@streamr/cdn-location", | ||
"version": "101.0.1", | ||
"version": "101.0.2-beta.0", | ||
"description": "Library for getting own approximate location by querying CDN servers", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"dependencies": { | ||
"@streamr/utils": "101.0.1", | ||
"@streamr/utils": "101.0.2-beta.0", | ||
"haversine": "^1.1.1" | ||
@@ -28,0 +28,0 @@ }, |
@@ -17,3 +17,3 @@ import { airportCodeToRegion } from './airportCodeToRegion' | ||
airportCode = await fetchAirportCodeFromCdn() | ||
} catch (error) { | ||
} catch { | ||
return undefined | ||
@@ -20,0 +20,0 @@ } |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
139525
2
+ Added@streamr/utils@101.0.2-beta.0(transitive)
- Removed@streamr/utils@101.0.1(transitive)