cordova-plugin-app-scope
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34623
1
+ Addedelementtree@^0.1.7
+ Addedelementtree@0.1.7(transitive)
+ Addedsax@1.1.4(transitive)