Socket
Socket
Sign inDemoInstall

cordova-plugin-kiosk-launcher

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "cordova-plugin-kiosk-launcher",
"version": "1.1.0",
"version": "1.1.1",
"description": "Cordova plugin to make a Cordova application a launcher",

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

var exec = require("cordova/exec");
var Kiosk = {
setKiosEnabled(enabled) {
exec(null, null, "Kiosk", "kioskEnabled", [!!enabled]);
setKioskEnabled(enabled) {
exec(null, null, "Kiosk", "setKioskEnabled", [!!enabled]);
},

@@ -7,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc