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 5.0.0-beta.3 to 5.0.0

19

package.json
{
"name": "run-pty",
"version": "5.0.0-beta.3",
"version": "5.0.0",
"author": "Simon Lydell",

@@ -27,13 +27,14 @@ "license": "MIT",

"dependencies": {
"@lydell/node-pty": "^1.0.0-beta.4",
"@lydell/node-pty": "^1.0.0",
"tiny-decoders": "^23.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.52.0",
"eslint-plugin-vitest": "0.3.8",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vitest": "0.34.6"
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-plugin-vitest": "0.3.26",
"prettier": "3.2.5",
"typescript": "5.4.2",
"vitest": "1.4.0"
},

@@ -40,0 +41,0 @@ "scripts": {

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

> @ start /Users/lydell/src/run-pty/demo
> start
> run-pty % npm run frontend % npm run backend

@@ -55,6 +55,7 @@ ```

VITE v3.2.1 ready in 91 ms
VITE v5.1.6 ready in 81 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help

@@ -74,10 +75,11 @@ [ctrl+c] kill (pid 36842)

VITE v3.2.1 ready in 91 ms
VITE v5.1.6 ready in 81 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
^C
⚪ npm run frontend
exit 0
exit 130

@@ -92,3 +94,3 @@ [enter] restart

```
[1] ⚪ exit 0 npm run frontend
[1] ⚪ exit 130 npm run frontend
[2] 🟢 npm run backend

@@ -105,4 +107,4 @@

```
[1] ⚪ exit 0 npm run frontend
[2] ⚪ exit 0 npm run backend
[1] ⚪ exit 130 npm run frontend
[2] ⚪ exit 130 npm run backend

@@ -109,0 +111,0 @@ $ ▊

Sorry, the diff of this file is not supported yet

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