Socket
Socket
Sign inDemoInstall

nodeunit

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeunit - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib/reporters/verbose.js

3

lib/reporters/index.js

@@ -10,5 +10,6 @@ module.exports = {

'tap': require('./tap'),
'nested': require('./nested')
'nested': require('./nested'),
'verbose' : require('./verbose')
// browser test reporter is not listed because it cannot be used
// with the command line tool, only inside a browser.
};

@@ -46,3 +46,3 @@ { "name": "nodeunit"

]
, "version": "0.6.0"
, "version": "0.6.1"
, "repository" :

@@ -49,0 +49,0 @@ { "type" : "git"

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