test-agent
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -0,1 +1,4 @@ | ||
# 0.5.4 | ||
- Fixed ws constructor bug introduced by 0.5.3 | ||
# 0.5.3 | ||
@@ -2,0 +5,0 @@ - Moved Websocket lookups into the constructor of WebsocketClient |
@@ -51,3 +51,3 @@ //depends on TestAgent.Responder | ||
} else { | ||
this.Native = (Native || WebSocket || MozWebSocket); | ||
this.Native = (window.WebSocket || window.MozWebSocket); | ||
} | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "test-agent", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"author": "James Lal", | ||
@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
300237
61
10596
25