Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

test-agent

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-agent - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

lib/test-agent/test-agent.js

3

HISTORY.md

@@ -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

2

lib/test-agent/websocket-client.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc