Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

websocket

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

6

CHANGELOG.md
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 @@ --------------

4

package.json

@@ -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 @@ ----------

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