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.2 to 1.0.3

7

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

@@ -38,3 +38,6 @@ "contributors": [

}
]
],
"dependencies": {
"elementtree": "^0.1.7"
}
}

@@ -45,3 +45,3 @@ <!--

The URL scope **must** be HTTPS, and needs to be defined in config.xml as a preference with the name `"Scope"`:
The URL scope **must** be HTTPS, **must** end with a trailing slash, and needs to be defined in config.xml as a preference with the name `"Scope"`:

@@ -48,0 +48,0 @@ ```

@@ -20,3 +20,3 @@ /**

android: function(context, scope) {
const et = context.requireCordovaModule('elementtree');
const et = require('elementtree');

@@ -46,3 +46,3 @@ let intentFilter = et.Element('intent-filter');

ios: function(context, scope) {
const et = context.requireCordovaModule('elementtree');
const et = require('elementtree');

@@ -49,0 +49,0 @@ let array = et.Element('array');

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