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

cordova-plugin-app-scope

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-app-scope - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

package.json
{
"name": "cordova-plugin-app-scope",
"version": "1.0.3",
"version": "1.1.0",
"author": "Ayogo Health Inc. <info@ayogo.com>",

@@ -5,0 +5,0 @@ "contributors": [

@@ -53,3 +53,3 @@ <!--

* iOS: [Setting Up an App's Associated Domains](https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains)
* iOS: [Setting Up an App's Associated Domains](https://developer.apple.com/documentation/uikit/core_app/allowing_apps_and_websites_to_link_to_your_content/enabling_universal_links)
* Android: [Verify Android App Links](https://developer.android.com/training/app-links/verify-site-associations)

@@ -59,3 +59,5 @@

If you want to allow your iOS app to use web credentials from Safari, you'll also need to include [`webcredentials`](https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains) in your `apple-app-site-association` file.
### JavaScript API

@@ -62,0 +64,0 @@

@@ -55,2 +55,5 @@ /**

let credentials = et.SubElement(array, 'string');
credentials.text = 'webcredentials:' + scope.host;
return [{

@@ -57,0 +60,0 @@ target: '*/Entitlements-Debug.plist',

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