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.1.1 to 0.1.2

1

lib/node/server/mocha-test-events.js

@@ -120,2 +120,3 @@ var Reporter = require(__dirname + '/../mocha/reporter');

this.isRunning = false;
this.savedError = undefined;
},

@@ -122,0 +123,0 @@

7

lib/test-agent/loader.js

@@ -115,5 +115,8 @@ (function(window) {

if (url in this._cached) {
//url is cached we are good
if (callback) {
callback();
if (this.pending) {
this.done(callback);
} else {
callback();
}
}

@@ -120,0 +123,0 @@ return;

{
"name": "test-agent",
"version": "0.1.1",
"version": "0.1.2",
"author": "James Lal",

@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli",

@@ -687,5 +687,8 @@ // Copyright Joyent, Inc. and other Node contributors.

if (url in this._cached) {
//url is cached we are good
if (callback) {
callback();
if (this.pending) {
this.done(callback);
} else {
callback();
}
}

@@ -692,0 +695,0 @@ return;

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