New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

deadunit

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deadunit - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

2

defaultFormats.js

@@ -144,3 +144,3 @@ var util = require("util")

for(var n in v) {
if(Object.hasOwnProperty.call(v, n) && n !== 'message') {
if(Object.hasOwnProperty.call(v, n) && n !== 'message' && n !== 'stack') {
otherProperties.push(valueToString(v[n]))

@@ -147,0 +147,0 @@ }

{"name":"deadunit",
"description": "A dead-simple nestable unit testing library for javascript and node.js.",
"keywords": ["unit", "test", "testing", "javascript", "node"],
"version":"2.0.9",
"version":"2.0.10",
"dependencies":{
"colors":"",
"deadunit-core":"2.0.4",
"deadunit-core":"2.0.5",
"proto":"1.0.8",

@@ -9,0 +9,0 @@ "async-future":"0.1.12",

@@ -196,2 +196,8 @@

* 2.0.10
* fixing double-printing of exceptions
* 2.0.9
* attempting to work around an npm bug
* 2.0.4
* adding browser support
* 2.0.1

@@ -198,0 +204,0 @@ * added a note when a test times out

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