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

@replit/ruspty

Package Overview
Dependencies
Maintainers
31
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/ruspty

Running:

Source
npmnpm
Version
2.2.0
Version published
Weekly downloads
38K
-4.21%
Maintainers
31
Weekly downloads
 
Created
Source

@replit/ruspty - PTY for Bun (and Node) through Rust FFI

Running:

  • bun install
  • bun run build / bun run build:debug
  • bun test:linux on Linux
  • npm run test:darwin on macOS

The code mainly targets Bun on Linux.

The biggest difference from existing PTY libraries is that this one works with Bun, and doesn't cross the FFI bridge for every input/output instead requiring the consumer to deal with the fd of the PTY.

WARNING: as of 2024-05-06 there's a bug in Bun which prevents us from using fd with Bun, and a temporary workaround with onData handler was introduced in v2.0.1. Check out Linux tests for usage.

Publishing

Following "Publish It" section from napi-rs docs:

  • git clean -f && bun install && npm run build
  • npm version [major|minor|patch]
  • Send that as a Pull Request to GitHub. Ensure that the commit message consisting only of x.y.z - this is how the CI decides to publish to npm!

NPM_TOKEN is part of the repo secrets, generated like this.

FAQs

Package last updated on 20 May 2024

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