Comparing version 1.0.34 to 1.0.35
Changelog | ||
========= | ||
Version 1.0.35 | ||
-------------- | ||
*Released 2024-05-12* | ||
* [Updated](https://github.com/theturtle32/WebSocket-Node/pull/455) from [vulnerable version](https://security.snyk.io/vuln/SNYK-JS-ES5EXT-6095076) of es5-ext to a newer version that has been patched. Thanks, [@Tringapps-Dharshan](https://github.com/Tringapps-Dharshan) | ||
Version 1.0.34 | ||
@@ -5,0 +11,0 @@ -------------- |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"repository": { | ||
@@ -33,3 +33,3 @@ "type": "git", | ||
"debug": "^2.2.0", | ||
"es5-ext": "^0.10.50", | ||
"es5-ext": "^0.10.63", | ||
"typedarray-to-buffer": "^3.1.5", | ||
@@ -36,0 +36,0 @@ "utf-8-validate": "^5.0.2", |
@@ -24,5 +24,5 @@ WebSocket Client & Server Implementation for Node | ||
***Current Version: 1.0.34*** - Release 2021-04-14 | ||
***Current Version: 1.0.35*** - Release 2024-05-12 | ||
* Updated browser shim to use the native `globalThis` property when available. See [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) for context. Resolves [#415](https://github.com/theturtle32/WebSocket-Node/issues/415) | ||
* [Updated](https://github.com/theturtle32/WebSocket-Node/pull/455) from [vulnerable version](https://security.snyk.io/vuln/SNYK-JS-ES5EXT-6095076) of es5-ext to a newer version that has been patched. Thanks, [@Tringapps-Dharshan](https://github.com/Tringapps-Dharshan) | ||
@@ -34,3 +34,3 @@ [View the full changelog](CHANGELOG.md) | ||
All current browsers are fully supported. | ||
All current browsers are fully* supported. | ||
@@ -44,2 +44,4 @@ * Firefox 7-9 (Old) (Protocol Version 8) | ||
(Not all W3C WebSocket features are supported by browsers. More info in the [Full API documentation](docs/index.md)) | ||
Benchmarks | ||
@@ -46,0 +48,0 @@ ---------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154327
256
Updatedes5-ext@^0.10.63