Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

run-pty

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-pty - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0

23

package.json
{
"name": "run-pty",
"version": "4.0.4",
"version": "4.1.0",
"author": "Simon Lydell",

@@ -31,11 +31,9 @@ "license": "MIT",

"devDependencies": {
"@types/jest": "29.2.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"eslint-plugin-jest": "27.1.3",
"jest": "29.2.2",
"jest-environment-node-single-context": "29.0.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"eslint-plugin-vitest": "0.3.1",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vitest": "0.34.5"
},

@@ -46,8 +44,5 @@ "scripts": {

"auto-exit": "node run-pty.js --auto-exit=2 % sleep 3 % sleep 1 % sleep 2 % sleep 1 % sleep 1 && echo success",
"test": "node run-pty.js --auto-exit % prettier --check . % eslint . --report-unused-disable-directives % tsc % jest",
"test": "node run-pty.js --auto-exit % prettier --check . % eslint . --report-unused-disable-directives % tsc % vitest run",
"prepublishOnly": "npm test"
},
"jest": {
"testEnvironment": "jest-environment-node-single-context"
}
}

@@ -42,3 +42,3 @@ # run-pty

[ctrl+c] kill all
[↑/↓] move selection
[↑↓←→] move selection
```

@@ -55,3 +55,3 @@

VITE v3.0.9 ready in 137 ms
VITE v3.2.1 ready in 91 ms

@@ -61,3 +61,3 @@ ➜ Local: http://localhost:5173/

[ctrl+c] kill (pid 63096)
[ctrl+c] kill (pid 36842)
[ctrl+z] dashboard

@@ -69,3 +69,3 @@ ```

```
🟢 npm run frontend
🟢 npm run frontend

@@ -76,12 +76,9 @@ > frontend

vite v2.8.4 dev server running at:
VITE v3.2.1 ready in 91 ms
> Local: http://localhost:3000/
> Network: use `--host` to expose
ready in 136ms.
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
^C
⚪ npm run frontend
⚪ npm run frontend
exit 0

@@ -102,3 +99,3 @@

[ctrl+c] kill all
[↑/↓] move selection
[↑↓←→] move selection
[enter] restart exited

@@ -191,3 +188,3 @@ ```

- killAllSequence: When you use “kill all” run-pty sends <kbd>ctrl+c</kbd> to all commands. However, not all commands exit when you do that. In such cases, you can use `killAllSequence` to specify what sequence of characters to send to the command to make it exit.
- killAllSequence: When you use “kill all” (or “restart selected”) run-pty sends <kbd>ctrl+c</kbd> to all commands. However, not all commands exit when you do that. In such cases, you can use `killAllSequence` to specify what sequence of characters to send to the command to make it exit.

@@ -194,0 +191,0 @@ ## --auto-exit

Sorry, the diff of this file is too big to display

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