Comparing version 1.1.0 to 1.1.1
@@ -40,3 +40,3 @@ /*! | ||
perMessageDeflate: true, | ||
maxPayload: null | ||
maxPayload: 100 * 1024 * 1024 | ||
}).merge(options); | ||
@@ -43,0 +43,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
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
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
110519