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

qunit

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qunit - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

lib/testrunner.js

@@ -51,3 +51,3 @@ var fs = require('fs'),

// max amount of ms child can be blocked, after that we assume running an infinite loop
maxBlockDuration: 1000
maxBlockDuration: 2000
};

@@ -54,0 +54,0 @@

{
"name": "qunit",
"description": "QUnit testing framework for nodejs",
"version": "0.7.3",
"version": "0.7.4",
"author": "Oleg Slobodskoi <oleg008@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -103,3 +103,3 @@ ## QUnit testing framework for nodejs.

// max amount of ms child can be blocked, after that we assume running an infinite loop
maxBlockDuration: 1000
maxBlockDuration: 2000
}

@@ -106,0 +106,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