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

@logux/server

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/server - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.6
* Update `yargs`.
## 0.9.5

@@ -5,0 +8,0 @@ * Fixed sending server’s actions to backend.

5

create-http-server/index.js

@@ -15,6 +15,3 @@ let { isAbsolute, join } = require('path')

} else {
return content
.toString()
.trim()
.startsWith(PEM_PREAMBLE)
return content.toString().trim().startsWith(PEM_PREAMBLE)
}

@@ -21,0 +18,0 @@ }

{
"name": "@logux/server",
"version": "0.9.5",
"version": "0.9.6",
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"@logux/core": "^0.6.1",
"@logux/core": "^0.6.2",
"JSONStream": "^1.3.5",

@@ -41,3 +41,3 @@ "colorette": "^1.2.1",

"nanoid": "^3.1.12",
"pino": "^6.5.0",
"pino": "^6.6.1",
"semver": "^7.3.2",

@@ -47,5 +47,5 @@ "strip-ansi": "^6.0.0",

"ws": "^7.3.1",
"yargs": "^15.4.1",
"yargs": "^16.0.3",
"yyyy-mm-dd": "^1.0.2"
}
}
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