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 0.1.2 to 0.1.3

8

lib/test-agent/browser-worker/mocha-driver.js

@@ -75,6 +75,6 @@ (function(window) {

box.require(this.testHelperUrl);
tests.forEach(function(test) {
box.require(test);
box.require(this.testHelperUrl, function(){
tests.forEach(function(test) {
box.require(test);
});
});

@@ -81,0 +81,0 @@ }

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

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

@@ -1549,6 +1549,6 @@ // Copyright Joyent, Inc. and other Node contributors.

box.require(this.testHelperUrl);
tests.forEach(function(test) {
box.require(test);
box.require(this.testHelperUrl, function(){
tests.forEach(function(test) {
box.require(test);
});
});

@@ -1555,0 +1555,0 @@ }

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