Package: node-test / 0.6.0-11

Metadata

Package Version Patches format
node-test 0.6.0-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 node 8 compatibility fix.patch | (download)

test.js | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 node >= 8 compatibility fix

0002 Missing return in isArray and isArguments.patch | (download)

utils.js | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 missing return in isarray and isarguments

0003 Support for objects with null prototype.patch | (download)

test/assert.js | 11 9 2 - 0 !
utils.js | 6 4 2 - 0 !
2 files changed, 13 insertions( ), 4 deletions(-)

 support for objects with null prototype

Currently assert.deepEqual crashes when we compare objects that derive from null.