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.12.7 to 0.12.8

4

bind-control-server/index.js

@@ -1,2 +0,2 @@

import ip from 'ip'
import { Netmask } from 'netmask'

@@ -31,3 +31,3 @@ const MAX_VERSION = 4

let masks = app.options.controlMask.split(/,\s*/).map(i => ip.cidrSubnet(i))
let masks = app.options.controlMask.split(/,\s*/).map(i => new Netmask(i))
app.httpServer.on('request', async (req, res) => {

@@ -34,0 +34,0 @@ let urlString = req.url

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

@@ -33,19 +33,19 @@ "keywords": [

"JSONStream": "^1.3.5",
"cookie": "^0.5.0",
"dotenv": "^16.3.1",
"fast-glob": "^3.3.1",
"ip": "^2.0.0",
"cookie": "^0.6.0",
"dotenv": "^16.4.4",
"fast-glob": "^3.3.2",
"nanodelay": "^2.0.2",
"nanoevents": "^8.0.0",
"nanoid": "^4.0.2",
"nanoevents": "^9.0.0",
"nanoid": "^5.0.5",
"netmask": "^2.0.2",
"node-fetch": "^3.3.2",
"picocolors": "^1.0.0",
"pino": "8.15.0",
"pino-abstract-transport": "^1.0.0",
"semver": "^7.5.4",
"pino": "8.18.0",
"pino-abstract-transport": "^1.1.0",
"semver": "^7.6.0",
"strip-ansi": "^7.1.0",
"url-pattern": "^1.0.3",
"ws": "^8.13.0",
"ws": "^8.16.0",
"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