New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lydell/node-pty

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lydell/node-pty - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

11

package.json

@@ -5,3 +5,3 @@ {

"author": "Simon Lydell",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"license": "MIT",

@@ -28,7 +28,8 @@ "main": "./index.js",

"optionalDependencies": {
"@lydell/node-pty-darwin-x64": "1.0.0-beta.2",
"@lydell/node-pty-darwin-arm64": "1.0.0-beta.2",
"@lydell/node-pty-linux-x64": "1.0.0-beta.2",
"@lydell/node-pty-win32-x64": "1.0.0-beta.2"
"@lydell/node-pty-darwin-x64": "1.0.0-beta.3",
"@lydell/node-pty-darwin-arm64": "1.0.0-beta.3",
"@lydell/node-pty-linux-x64": "1.0.0-beta.3",
"@lydell/node-pty-win32-x64": "1.0.0-beta.3",
"@lydell/node-pty-win32-arm64": "1.0.0-beta.3"
}
}

@@ -20,3 +20,3 @@ # @lydell/node-pty

@lydell/node-pty@1.0.0-beta.2 is based on node-pty@1.0.0 (plus maybe a few more unreleased commits).
@lydell/node-pty@1.0.0-beta.3 is based on node-pty@1.0.0 (plus maybe a few more unreleased commits).

@@ -27,5 +27,6 @@ ## Prebuilt binaries

- macOS (darwin-x64)
- macOS ARM (darwin-arm64)
- macOS x86_64 (darwin-x64) (not tested)
- macOS ARM64 (darwin-arm64)
- Linux x86_64 (linux-x64)
- Windows (win32-x64)
- Windows x86_64 (win32-x64)
- Windows ARM64 (win32-arm64) (not tested)
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