Socket
Socket
Sign inDemoInstall

nodeunit

Package Overview
Dependencies
Maintainers
2
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.11.2 to 0.11.3

test/fixtures/coffee/mock_coffee_module.coffee

4

package.json
{
"name": "nodeunit",
"version": "0.11.2",
"version": "0.11.3",
"description": "Easy unit testing for node.js and the browser.",

@@ -83,3 +83,3 @@ "maintainers": [

"ejs": "^2.5.2",
"tap": "^10.0.2"
"tap": "^12.0.1"
},

@@ -86,0 +86,0 @@ "scripts": {

@@ -9,2 +9,19 @@ Nodeunit

DEPRECATED PROJECT
-----
The project is very stale. We've kept it working on new versions of node, and sometimes merged small PRs that help teams relying on nodeunit.
Nodeunit was the arguably first testing framework developed for node. It was very useful at the time, but there's an overwhelming number
of other worthwhile testing solutions out there that are actively maintained. tap, ava, tape, mocha, jasmine, jest, ... the list goes on and on.
If Nodeunit were truly bringing some different philosophy to the testing scene I'd say yes effort should be made to shore up it's development,
but given how many other great options there are out there, a benefit of letting it atrophy is it's one less choice people have to make when
choosing a testing solution. *You are strongly encouraged to check out other more modern testing options.*
Features
--------
* Simple to use

@@ -18,3 +35,4 @@ * Just export the tests from a module

__Contributors__
Contributors
------------

@@ -21,0 +39,0 @@ * [alexgorbatchev](https://github.com/alexgorbatchev)

Sorry, the diff of this file is not supported yet

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