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

eiows

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eiows - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

2

package.json
{
"name": "eiows",
"version": "3.3.0",
"version": "3.3.1",
"description": "custom fork of uWebSockets 0.14",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -17,3 +17,2 @@ eiows is a replacement module for ws which allows, but doesn't guarantee, significant performance and memory-usage improvements. This module is specifically only compatible with Node.js.

var https = require('https');
var express = require('express');

@@ -25,4 +24,3 @@ var ssl_options = {

var app = express();
var server = https.createServer(ssl_options, app);
var server = https.createServer(ssl_options);

@@ -29,0 +27,0 @@ server.listen(1443);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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