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 6.4.1 to 6.5.0

6

dist/eiows.js

@@ -25,6 +25,6 @@ /* jshint esversion: 6 */

try {
return require(`./eiows_${process.platform}_${process.versions.modules}`);
return require(`./eiows_${process.version}`);
} catch (e) {
throw new Error(e.toString() + '\n\nCompilation of µWebSockets has failed and there is no correct pre-compiled binary ' +
'available for your system or an unsupported node version is used. Please install a supported C++17 compiler or update node and reinstall the module \'eiows\'.');
throw new Error(e.toString() + '\n\nCompilation of µWebSockets has failed.' +
'Please install a supported C++17 compiler, git and/or update node and reinstall the module \'eiows\'.');
}

@@ -31,0 +31,0 @@ })();

{
"name": "eiows",
"version": "6.4.1",
"version": "6.5.0",
"description": "custom fork of uWebSockets 0.14",

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

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