@nestjs/platform-ws
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -7,4 +7,6 @@ "use strict"; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) | ||
t[p[i]] = s[p[i]]; | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
@@ -11,0 +13,0 @@ }; |
{ | ||
"name": "@nestjs/platform-ws", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
21910
110