Socket
Socket
Sign inDemoInstall

code-server

Package Overview
Dependencies
Maintainers
0
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-server - npm Package Versions

1
32

4.18.0

Diff

Changelog

Source

4.18.0 - 2023-10-20

Code v1.83.1

Changed

  • Updated to Code 1.83.1.
kylecarbs
published 4.17.1 •

Changelog

Source

4.17.1 - 2023-09-29

Code v1.82.2

Fixed

  • Make secret storage persistent. For example, logging in with GitHub should persist between browser refreshes and code-server restarts.
  • Issues with argon2 on arm builds should be fixed now.
kylecarbs
published 4.16.1 •

Changelog

Source

4.16.1 - 2023-07-31

Code v1.80.2

Changed

  • Updated to Code 1.80.2.
kylecarbs
published 4.16.0 •

Changelog

Source

4.16.0 - 2023-07-28

Code v1.80.1

Added

  • --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
kylecarbs
published 4.15.0 •

Changelog

Source

4.15.0 - 2023-07-21

Code v1.80.1

Changed

  • Updated to Code 1.80.1.

Added

  • --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).

Code v1.79.2

kylecarbs
published 4.14.1 •

Changelog

Source

4.14.1 - 2023-06-26

Code v1.79.2

Security

  • Remove extra write permissions on the Node binary bundled with the linux-amd64 tarball. If you extract the tar without a umask this could mean the Node binary would be unexpectedly writable.

Fixed

  • Inability to launch multiple instances of code-server for different users.

Added

  • --session-socket CLI flag to configure the location of the session socket. By default it will be placed in <user data dir>/code-server-ipc.sock.
kylecarbs
published 4.14.0 •

Changelog

Source

4.14.0 - 2023-06-16

Code v1.79.2

Added

  • --domain-proxy now supports {{port}} and {{host}} template variables.

Changed

  • Updated to Code 1.79.2
  • Files opened from an external terminal will now open in the most closely related window rather than in the last opened window.
kylecarbs
published 4.13.0 •

Changelog

Source

4.13.0 - 2023-05-19

Code v1.78.2

Changed

  • Updated to Code 1.78.2.

Fixed

  • Proxying files that contain non-ASCII characters.
  • Origin check when X-Forwarded-Host contains comma-separated hosts.
kylecarbs
published 4.12.0 •

Changelog

Source

4.12.0 - 2023-04-21

Code v1.77.3

Changed

  • Updated to Code 1.77.3
  • Ports panel will use domain-based proxy (instead of the default path-based proxy) when set via --proxy-domain.
  • Apply --app-name to the PWA title.

Added

  • Thai translation for login page.
  • Debug logs around the origin security check. If you are getting forbidden errors on web sockets please run code-server with --log debug to see why the requests are being blocked.
kylecarbs
published 4.11.0 •

Changelog

Source

4.11.0 - 2023-03-16

Code v1.76.1

Changed

  • Updated to Code 1.76.1
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