🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pear-tryboot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pear-tryboot

Pear sidecar tryboot for pear-ipc connect function

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
106
-55.65%
Maintainers
1
Weekly downloads
 
Created
Source

pear-tryboot

Pear sidecar tryboot for pear-ipc connect function

Usage

Designed to be passed to pear-ipc so the client can start Pear sidecar if it's not already started in order to connect.

const IPC = require('pear-ipc')
const tryboot = require('pear-tryboot')
const client = new IPC.Client({
  socketPath: ...,
  connect: tryboot
})
//...

License

Apache-2.0

FAQs

Package last updated on 14 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts