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

@appcues/capacitor

Package Overview
Dependencies
Maintainers
39
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appcues/capacitor - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

package.json
{
"name": "@appcues/capacitor",
"version": "1.0.2",
"version": "1.1.0",
"description": "Capcitor plugin to bridge the native Android and iOS Appcues mobile SDKs in an Ionic application.",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -26,2 +26,21 @@ # Appcues Capacitor Plugin

### Prerequisites
**Android** - your application's `build.gradle` must have a `compileSdkVersion` of 33+ and `minSdkVersion` of 21+
```
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
}
}
```
**iOS** - your application must target iOS 11+ to install the SDK, and iOS 13+ to render Appcues content. Update the iOS project xcodeproj to set the deployment target, if needed. In the application's `Podfile`, include at least this minimum version.
```rb
# Podfile
platform :ios, '11.0'
```
### Installation

@@ -28,0 +47,0 @@

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

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