Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "primus", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Primus is a simple abstraction around real-time frameworks. It allows you to easily switch between different frameworks without any code changes.", | ||
@@ -94,3 +94,3 @@ "main": "index.js", | ||
"uws": "10.148.1", | ||
"ws": "~7.3.1", | ||
"ws": "~7.4.1", | ||
"yeast": "~0.1.2" | ||
@@ -97,0 +97,0 @@ }, |
@@ -51,2 +51,5 @@ 'use strict'; | ||
this.service.on('connection', (socket) => { | ||
if (!socket) { | ||
return; | ||
} | ||
const headers = socket.headers.via; | ||
@@ -53,0 +56,0 @@ |
Sorry, the diff of this file is too big to display
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
535595
13693