Socket
Socket
Sign inDemoInstall

@trufflesuite/uws-js-unofficial

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trufflesuite/uws-js-unofficial - npm Package Compare versions

Comparing version 18.14.0-unofficial.2 to 18.14.0-unofficial.3

src/fallback/express-ws/index.js

8

package.json
{
"name": "@trufflesuite/uws-js-unofficial",
"version": "18.14.0-unofficial.2",
"version": "18.14.0-unofficial.3",
"description": "Simple, secure, & standards compliant web server for the most demanding of applications.",

@@ -29,3 +29,9 @@ "main": "src/uws.js",

"node-gyp": "^7.1.2"
},
"dependencies": {
"body-parser": "^1.19.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"ws": "^7.4.4"
}
}

5

src/uws.js

@@ -30,4 +30,7 @@ /*

} catch (e) {
throw new Error('This version of µWS is not compatible with your Node.js build:\n\n' + e.toString());
console.warn('This version of µWS is not compatible with your Node.js build:\n\n' + e.toString());
console.warn("Falling back to an Express + express-ws implementation.\n\n");
const fallback = require("./fallback/index");
return fallback;
}
})();

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

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

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

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