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

expo-location

Package Overview
Dependencies
Maintainers
16
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-location - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0-rc.0

.expo/tsconfig.jest.json

6

package.json
{
"name": "expo-location",
"version": "5.0.1",
"version": "6.0.0-rc.0",
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",

@@ -51,3 +51,3 @@ "main": "build/Location.js",

},
"gitHead": "f213c9be2a909dae42a0a27d8aa4b9eac8e97be1"
}
"gitHead": "6334f82adccb529e9347e348c874bd8f6a92cacc"
}

@@ -75,3 +75,4 @@ import { NativeModulesProxy } from '@unimodules/core';

describe('geocodeAsync', () => {
it('falls back to Google Maps API on Android without Google Play services', () => {
// TODO(@tsapeta): This doesn't work due to missing Google Maps API key.
xit('falls back to Google Maps API on Android without Google Play services', () => {
mockPlatformAndroid();

@@ -78,0 +79,0 @@ mockProperty(NativeModulesProxy.ExpoLocation, 'geocodeAsync', async () => {

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