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

cordova-plugin-emm-app-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-emm-app-config - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

CONTRIBUTING.md

@@ -0,0 +0,0 @@ # Contributing to cordova-plugin-emm-app-config

@@ -0,0 +0,0 @@ # cordova-plugin-emm-app-config

2

package.json
{
"name": "cordova-plugin-emm-app-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cordova EmmAppConfig Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -1,2 +0,2 @@

# cordova-plugin-emm-app-config 1.0.0
# cordova-plugin-emm-app-config 1.0.1

@@ -3,0 +3,0 @@ This plugin defines a global `cordova.plugins.EmmAppConfig` object, which provides information on EMM application configuration (or managed app configuration).

@@ -12,5 +12,5 @@ /**

channel.createSticky('onCordovaInfoReady');
// Tell cordova channel to wait on the CordovaInfoReady event
channel.waitForInitialization('onCordovaInfoReady');
channel.createSticky('onEmmAppConfigReady');
// Tell cordova channel to wait on the EmmAppConfigReady event
channel.waitForInitialization('onEmmAppConfigReady');

@@ -34,3 +34,3 @@ /**

self._appConfig = info;
channel.onCordovaInfoReady.fire();
channel.onEmmAppConfigReady.fire();
};

@@ -37,0 +37,0 @@ var errorCallback = function(e) {

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