Comparing version 0.14.1 to 0.14.3
{ | ||
"name": "uws", | ||
"version": "0.14.1", | ||
"version": "0.14.3", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0" |
@@ -376,3 +376,3 @@ 'use strict'; | ||
this.serverGroup = native.server.group.create(nativeOptions, options.maxPayload === undefined ? 1048576 : options.maxPayload); | ||
this.serverGroup = native.server.group.create(nativeOptions, options.maxPayload === undefined ? 16777216 : options.maxPayload); | ||
@@ -435,2 +435,6 @@ // can these be made private? | ||
}); | ||
this.httpServer.on('error', (err) => { | ||
this.emit('error', err); | ||
}); | ||
} | ||
@@ -437,0 +441,0 @@ |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
9246277
480
12