HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/LibreChat/node_modules/sourcemap-codec/CHANGELOG.md
# sourcemap-codec changelog

## 1.4.8

* Performance boost ([#80](https://github.com/Rich-Harris/sourcemap-codec/pull/80))

## 1.4.7

* Include .map files in package ([#73](https://github.com/Rich-Harris/sourcemap-codec/issues/73))

## 1.4.6

* Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79))

## 1.4.5

* Handle overflow cases ([#78](https://github.com/Rich-Harris/sourcemap-codec/pull/78))

## 1.4.4

* Use Uint32Array, yikes ([#77](https://github.com/Rich-Harris/sourcemap-codec/pull/77))

## 1.4.3

* Use Uint16Array to prevent overflow ([#75](https://github.com/Rich-Harris/sourcemap-codec/pull/75))

## 1.4.2

* GO EVEN FASTER ([#74](https://github.com/Rich-Harris/sourcemap-codec/pull/74))

## 1.4.1

* GO FASTER ([#71](https://github.com/Rich-Harris/sourcemap-codec/pull/71))

## 1.4.0

* Add TypeScript declarations ([#70](https://github.com/Rich-Harris/sourcemap-codec/pull/70))

## 1.3.1

* Update build process, expose `pkg.module`

## 1.3.0

* Update build process

## 1.2.1

* Add dist files to npm package

## 1.2.0

* Add ES6 build
* Update dependencies
* Add test coverage

## 1.1.0

* Fix bug with lines containing single-character segments
* Add tests

## 1.0.0

* First release