Comparing version 6.4.1 to 6.5.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
105899