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.17 to 0.0.18

6

dist/android/utils/sdk/index.js

@@ -12,6 +12,6 @@ "use strict";

const homedir = os.homedir();
const SDK_DIRECTORIES = new Map([
exports.SDK_DIRECTORIES = new Map([
['darwin', [pathlib.join(homedir, 'Library', 'Android', 'sdk')]],
['linux', [pathlib.join(homedir, 'Android', 'sdk')]],
['win32', [pathlib.join('%LOCALAPPDATA%', 'Android', 'sdk')]],
['win32', [pathlib.join(process.env.LOCALAPPDATA || pathlib.join(homedir, 'AppData', 'Local'), 'Android', 'Sdk')]],
]);

@@ -114,3 +114,3 @@ async function getSDK() {

}
const sdkDirs = SDK_DIRECTORIES.get(process.platform);
const sdkDirs = exports.SDK_DIRECTORIES.get(process.platform);
if (!sdkDirs) {

@@ -117,0 +117,0 @@ throw new errors_1.SDKException(`Unsupported platform: ${process.platform}`);

{
"name": "native-run",
"version": "0.0.17",
"version": "0.0.18",
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",

@@ -45,7 +45,7 @@ "bin": {

"devDependencies": {
"@types/debug": "0.0.31",
"@types/debug": "4.1.4",
"@types/elementtree": "^0.1.0",
"@types/fs-extra": "^5.0.4",
"@types/ini": "^1.3.30",
"@types/jest": "^23.3.13",
"@types/jest": "^24.0.12",
"@types/node": "^8.10.39",

@@ -55,3 +55,3 @@ "@types/split2": "^2.1.6",

"@types/yauzl": "^2.9.1",
"husky": "^1.3.1",
"husky": "^2.1.0",
"jest": "^24.0.0",

@@ -58,0 +58,0 @@ "jest-cli": "^24.0.0",

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