🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pear-build

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pear-build - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+4
-0
index.js

@@ -27,2 +27,5 @@ 'use strict'

const win32X64App = opts.win32X64App ? ['win32-x64', path.resolve(opts.win32X64App)] : null
const win32Arm64App = opts.win32Arm64App
? ['win32-arm64', path.resolve(opts.win32Arm64App)]
: null
const iosArm64 = opts.iosArm64 ? ['ios-arm64', path.resolve(opts.iosArm64)] : null

@@ -54,2 +57,3 @@ const iosArm64Sim = opts.iosArm64Simulator

win32X64App,
win32Arm64App,
iosArm64,

@@ -56,0 +60,0 @@ iosArm64Sim,

+2
-1
{
"name": "pear-build",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",

@@ -23,2 +23,3 @@ "type": "commonjs",

"flag --win32-x64-app [path]": "Path to Windows x64 app",
"flag --win32-arm64-app [path]": "Path to Windows ARM64 app",
"flag --ios-arm64 [path]": "Path to iOS ARM64 folder (ota bundle and assets)",

@@ -25,0 +26,0 @@ "flag --ios-arm64-simulator [path]": "Path to iOS ARM64-Simulator folder (ota bundle and asset)",