New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.9.2

5

HISTORY.md

@@ -0,3 +1,6 @@

# 0.9.2
- Remove dom content loaded listener when its fired.
# 0.9.1
- browser build was missed ....
- browser build was missed ..

@@ -4,0 +7,0 @@ # 0.9.0

6

lib/test-agent/sandbox.js

@@ -84,3 +84,7 @@ (function(window) {

iframeWindow.addEventListener('DOMContentLoaded', function() {
iframeWindow.addEventListener('DOMContentLoaded',
function contentLoaded() {
iframeWindow.removeEventListener('DOMContentLoaded', contentLoaded);
self.ready = true;

@@ -87,0 +91,0 @@ self.emit('ready', this);

{
"name": "test-agent",
"version": "0.9.1",
"version": "0.9.2",
"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