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

qunit

Package Overview
Dependencies
Maintainers
4
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.9.0 to 0.9.1

4

bin/cli.js

@@ -23,2 +23,3 @@ #!/usr/bin/env node

+ '\n --cov create tests coverage report'
+ '\n --timeout max block duration (in ms)'
+ '\n -h, --help show this help'

@@ -88,2 +89,5 @@ + '\n -v, --version show module version'

break;
case '--timeout':
o.maxBlockDuration = args[key];
break;
case '-v':

@@ -90,0 +94,0 @@ case '--version':

2

package.json
{
"name": "qunit",
"description": "QUnit testing framework for nodejs",
"version": "0.9.0",
"version": "0.9.1",
"author": "Oleg Slobodskoi <oleg008@gmail.com>",

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

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