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 7.0.3 to 7.1.0

6

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

@@ -8,6 +8,8 @@ "license": "MIT",

"types": "./dist/eiows.d.ts",
"os": ["!win32", "linux", "freebsd", "darwin"],
"exports": {
".": {
"import": "./dist/wrapper.mjs",
"require": "./dist/eiows.js"
"require": "./dist/eiows.js",
"types": "./dist/eiows.d.ts"
},

@@ -14,0 +16,0 @@ "./package.json": "./package.json"

@@ -19,3 +19,3 @@ 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.

import { Server } from "socket.io";
import { eiows } from 'eiows';
import eiows from 'eiows';

@@ -22,0 +22,0 @@ let server = http.createServer();

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