Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@streamr/cdn-location

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamr/cdn-location - npm Package Compare versions

Comparing version 101.0.1 to 101.0.2-beta.0

2

dist/src/getLocalRegion.js

@@ -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

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