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

react-native-ux-cam

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ux-cam - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "react-native-ux-cam",
"version": "1.1.0",
"version": "1.2.0",
"description": "React Native wrapper for uxcam.com.",

@@ -5,0 +5,0 @@ "main": "./src/UXCam.js",

@@ -56,2 +56,8 @@ # react-native-ux-cam

// Hide a sensitive screen.
UXCam.occludeSensitiveScreen(true);
// Unhide a sensitive screen.
UXCam.occludeSensitiveScreen(false);
// Stop recording and upload data manually.

@@ -58,0 +64,0 @@ UXCam.stopApplicationAndUploadData();

@@ -18,2 +18,6 @@ // Libraries

occludeSensitiveScreen(shouldOcclude) {
return RNUXCam.occludeSensitiveScreen(shouldOcclude);
}
tagScreenName(screenName) {

@@ -20,0 +24,0 @@ return RNUXCam.tagScreenName(screenName);

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