Socket
Socket
Sign inDemoInstall

node-pty

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pty - npm Package Compare versions

Comparing version 0.9.0-beta30 to 0.9.0-beta31

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.9.0-beta30",
"version": "0.9.0-beta31",
"license": "MIT",

@@ -10,0 +10,0 @@ "main": "./lib/index.js",

@@ -56,2 +56,3 @@ /**

/**
* (EXPERIMENTAL)
* Whether to enable flow control handling (false by default). If enabled a message of `flowControlPause`

@@ -67,2 +68,3 @@ * will pause the socket and thus blocking the slave program execution due to buffer back pressure.

/**
* (EXPERIMENTAL)
* The string that should pause the pty when `handleFlowControl` is true. Default is XOFF ('\x13').

@@ -73,2 +75,3 @@ */

/**
* (EXPERIMENTAL)
* The string that should resume the pty when `handleFlowControl` is true. Default is XON ('\x11').

@@ -130,2 +133,3 @@ */

/**
* (EXPERIMENTAL)
* Whether to handle flow control. Useful to disable/re-enable flow control during runtime.

@@ -132,0 +136,0 @@ * Use this for binary data that is likely to contain the `flowControlPause` string by accident.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc