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

@replit/ruspty

Package Overview
Dependencies
Maintainers
29
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
3.0.0
Version published
Weekly downloads
35K
-17.98%
Maintainers
29
Weekly downloads
 
Created
Source

@replit/ruspty - PTY for JavaScript through Rust FFI

Running:

  • npm install
  • npm run build
  • npm run test

The code mainly targets Node 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.

Publishing

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

  • git clean -f && npm 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 08 Jun 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