
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@typescript/server-replay
Advanced tools
Tool for replaying TypeScript server requests from a file in order to reproduce bugs. A convenient wrapper around @typescript/server-harness.
:warning: Subject to change
Newline-delimited JSON with one request per line. After the first line, which provides configuration information, each line describes a request. Each request has be modified in two notable ways for configurability.
updateOpen or applyChangedToOpenFiles) omit those contents.npx tsreplay project_root replay_script server_path
project_root is the directory that would be open in the editor if this were a manual scenarioreplay_script is the path to a newline-delimited JSON file, as described aboveserver_path is the path to a copy of tsserver.js to be testedTo help with debugging, you can pass -l, -t, or -i to enable logging, tracing, or inspecting/debugging, respectively.
Future: a subsequent version is expected to have a switch for automatically reducing the script.
To publish a new version of this package, change the version in package.json and push to main.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
FAQs
Replay server requests from a file
The npm package @typescript/server-replay receives a total of 2 weekly downloads. As such, @typescript/server-replay popularity was classified as not popular.
We found that @typescript/server-replay demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

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.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.