New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@izhank216/pseudopty

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@izhank216/pseudopty

PseudoPTY is a native Windows pseudo-terminal project written in C.

latest
Source
npmnpm
Version
1.1.9
Version published
Maintainers
1
Created
Source

PseudoPTY

PseudoPTY is a native Windows pseudo-terminal project written in C.

Installation

Install via npm:

npm install @izhank216/pseudopty

Or with yarn:

yarn add @izhank216/pseudopty

Usage (CLI)

pty.exe --terminal cmd.exe

Usage (ESM)

import PseudoPTY from "@izhank216/pseudopty";

const pty = PseudoPTY.PseudoPTY_Create("cmd.exe", 80, 25);

Usage (CJS)

const PseudoPTY = require("@izhank216/pseudopty");

const pty = PseudoPTY.PseudoPTY_Create("cmd.exe", 80, 25);

FAQs

Package last updated on 31 Dec 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