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

react-native-geolocation-service

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-geolocation-service - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0-beta.1

android/src/main/java/com/agontuk/RNFusedLocation/FusedLocationProvider.java

6

CHANGELOG.md
# Changelog
### 5.3.0-beta.1 (April 23, 2021)
- Android: update default build tools & sdk version
- Android: add vertical accuracy & provider name in location data if available
- Android: rewrite implementation & add support for LocationManager API
- Android: fallback to use LocationManager if Google Play Service is not available
### 5.2.0 (February 2, 2021)

@@ -4,0 +10,0 @@ - Android: fix location request on airplane mode

3

index.d.ts

@@ -65,3 +65,3 @@ declare module 'react-native-geolocation-service' {

speed: number | null
altitudeAccuracy: number | null
altitudeAccuracy?: number | null
}

@@ -73,2 +73,3 @@

mocked?: boolean;
provider?: 'fused' | 'gps' | 'network' | 'passive';
}

@@ -75,0 +76,0 @@

{
"name": "react-native-geolocation-service",
"version": "5.2.0",
"version": "5.3.0-beta.1",
"description": "React native geolocation service for iOS and android",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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