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

cordova-plugin-privacyscreen

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-privacyscreen - npm Package Compare versions

Comparing version 0.0.5 to 0.0.8

11

package.json
{
"name": "cordova-plugin-privacyscreen",
"version": "0.0.5",
"version": "0.0.8",
"description": "Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.",
"cordova": {
"id": "org.devgeeks.privacyscreen",
"id": "cordova-plugin-privacyscreen",
"platforms": [

@@ -18,2 +18,3 @@ "android",

"privacy",
"cordova",
"ecosystem:cordova",

@@ -23,7 +24,3 @@ "cordova-android",

],
"author": {
"name": "tommy-carlos williams",
"email": "tommy@devgeeks.org",
"url": "http://devgeeks.org"
},
"author": "Tommy-Carlos Willaims <tommy@devgeeks.org>",
"license": "MIT",

@@ -30,0 +27,0 @@ "bugs": {

@@ -10,3 +10,4 @@ PivacyScreenPlugin

On iOS this plugin will show your splashscreen in the app switcher, but it requires your splashscreens basesname to be named `Default`. E.g. `Default~iphone.png` and `Default-568@2x~iphone.png`.
On iOS this plugin will try to show your splashscreen in the app switcher. It will search for splashscreens prefixed by `Default` or the value of the key `UILaunchImageFile` in your .plist file.
If it fails to find a splashscreen for a specific device or orientation (portrait or landscape), a black screen is shown instead.

@@ -19,3 +20,3 @@ Installation

1. To add this plugin just type: `cordova plugin add https://github.com/devgeeks/PrivacyScreenPlugin.git` or `phonegap local plugin add https://github.com/devgeeks/PrivacyScreenPlugin.git`
2. To remove this plugin type: `cordova plugin remove org.devgeeks.PrivacyScreenPlugin` or `phonegap local plugin remove org.devgeeks.PrivacyScreenPlugin`
2. To remove this plugin type: `cordova plugin remove cordova-plugin-privacyscreen` or `phonegap local plugin remove cordova-plugin-privacyscreen`

@@ -22,0 +23,0 @@ Usage:

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