🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@lynx-js/websocket

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lynx-js/websocket - npm Package Compare versions

Comparing version

to
0.0.4

6

CHANGELOG.md
# @lynx-js/websocket
## 0.0.4
### Patch Changes
- Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30))
## 0.0.3

@@ -4,0 +10,0 @@

11

package.json
{
"name": "@lynx-js/websocket",
"version": "0.0.3",
"version": "0.0.4",
"description": "A WebSocket implementation for Lynx",

@@ -10,2 +10,7 @@ "keywords": [

],
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
"directory": "packages/rspeedy/websocket"
},
"license": "Apache-2.0",

@@ -43,4 +48,4 @@ "type": "module",

"devDependencies": {
"@microsoft/api-extractor": "7.51.0",
"@types/ws": "^8.5.14",
"@microsoft/api-extractor": "7.51.1",
"@types/ws": "^8.18.0",
"ws": "^8.18.1"

@@ -47,0 +52,0 @@ },