Socket
Socket
Sign inDemoInstall

adb-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adb-toolkit - npm Package Compare versions

Comparing version 0.4.13 to 0.4.14

2

package.json
{
"name": "adb-toolkit",
"version": "0.4.13",
"version": "0.4.14",
"description": "ADB toolkit",

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

@@ -93,5 +93,5 @@ const shell = require('shelljs');

{
name: 'Firefox Reality',
code: 'fxr',
package: 'org.mozilla.vrbrowser',
name: 'Firefox Reality',
code: 'fxr',
package: 'org.mozilla.vrbrowser',
//launchCmd: `${adb} -s ${this.serial} shell am start -a android.intent.action.VIEW -d "{URL}" org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity`

@@ -101,3 +101,10 @@ launchCmd: `${adb} -s ${this.serial} shell am start -n org.mozilla.vrbrowser/.VRBrowserActivity --es url "{URL}" --ez dom.vr.require-gesture false --ez privacy.reduceTimerPrecision false`

{
name: 'Chrome',
name: 'Firefox Reality Dev',
code: 'fxrd',
package: 'org.mozilla.vrbrowser.dev',
//launchCmd: `${adb} -s ${this.serial} shell am start -a android.intent.action.VIEW -d "{URL}" org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity`
launchCmd: `${adb} -s ${this.serial} shell am start -n org.mozilla.vrbrowser.dev/.VRBrowserActivity --es url "{URL}" --ez dom.vr.require-gesture false --ez privacy.reduceTimerPrecision false`
},
{
name: 'Chrome',
code: 'chrome',

@@ -104,0 +111,0 @@ package: 'com.android.chrome',

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