Socket
Socket
Sign inDemoInstall

native-run

Package Overview
Dependencies
47
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

4

dist/android/utils/avd.js

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

const Debug = require("debug");
const os = require("os");
const pathlib = require("path");

@@ -162,2 +163,3 @@ const constants_1 = require("../../constants");

const [, , tagid] = sysimage.path.split(';');
const arch = os.arch() === 'arm64' ? 'arm64' : partialSchematic.configini['abi.type'];
const schematic = {

@@ -172,2 +174,4 @@ id: partialSchematic.id,

...partialSchematic.configini,
'abi.type': arch,
'hw.cpu.arch': arch,
'skin.path': skinpath,

@@ -174,0 +178,0 @@ 'image.sysdir.1': sysdir,

2

package.json
{
"name": "native-run",
"version": "1.7.0",
"version": "1.7.1",
"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