Socket
Socket
Sign inDemoInstall

native-run

Package Overview
Dependencies
29
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

2

dist/android/list.js

@@ -33,2 +33,3 @@ "use strict";

return {
platform: 'android',
model: `${device.manufacturer} ${device.model}`,

@@ -44,2 +45,3 @@ sdkVersion: device.sdkVersion,

return {
platform: 'android',
name: avd.name,

@@ -46,0 +48,0 @@ sdkVersion: avd.sdkVersion,

@@ -17,2 +17,3 @@ "use strict";

return {
platform: 'ios',
name: device.DeviceName,

@@ -29,2 +30,3 @@ model: device.ProductType,

return {
platform: 'ios',
name: simulator.name,

@@ -31,0 +33,0 @@ sdkVersion: simulator.runtime.version,

2

package.json
{
"name": "native-run",
"version": "0.0.15",
"version": "0.0.16",
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",

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

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