websocket-stream
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "websocket-stream", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "description": "Use websockets with the node streams API. Works in browser and node", |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
var through = require('through2') | ||
@@ -20,3 +22,3 @@ var duplexify = require('duplexify') | ||
if (typeof options.protocol === 'string' || Array.isArray(object.protocol)) { | ||
if (typeof options.protocol === 'string' || Array.isArray(options.protocol)) { | ||
protocols = options.protocol; | ||
@@ -23,0 +25,0 @@ } |
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
17938
448