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

@capacitor/google-maps

Package Overview
Dependencies
Maintainers
0
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/google-maps - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0-alpha.1

12

package.json
{
"name": "@capacitor/google-maps",
"version": "6.0.1",
"version": "7.0.0-alpha.1",
"description": "Google maps on Capacitor",

@@ -57,6 +57,6 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "^6.1.0",
"@capacitor/core": "^6.1.0",
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/docgen": "0.2.2",
"@capacitor/ios": "^6.1.0",
"@capacitor/ios": "next",
"@ionic/prettier-config": "^1.0.1",

@@ -79,3 +79,3 @@ "@types/resize-observer-browser": "^0.1.7",

"peerDependencies": {
"@capacitor/core": "^6.1.0"
"@capacitor/core": ">=7.0.0"
},

@@ -98,3 +98,3 @@ "capacitor": {

},
"gitHead": "af5492594d69893fa51a3bcb5dffd6f61c3c7825"
"gitHead": "f94290f818ae758a63cb85583b288fb6893c8fba"
}

@@ -24,2 +24,16 @@ # @capacitor/google-maps

### Minimum Deployment Target
Version 6 of this plugin has a minimum deployment target of iOS 14.0. You will need to edit `ios/App/Podfile` and change the following line from 13.0 to 14.0:
```
platform :ios, '14.0'
```
Additionally, you will need to open your project in XCode and in the `Build Settings` tab for your `Project` and for each `Target` set the `iOS Deployment Target` to `iOS 14.0` or higher.
### Typescript Configuration
Your project will also need have `skipLibCheck` set to `true` in `tsconfig.json`.
### Migrating from older versions
> The main Google Maps SDK now supports running on simulators on Apple Silicon Macs, but make sure you have the latest version of [Google-Maps-iOS-Utils](https://github.com/googlemaps/google-maps-ios-utils) installed.

@@ -26,0 +40,0 @@

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