Comparing version 2.0.0 to 2.0.1
@@ -70,5 +70,5 @@ 'use strict' | ||
if (compB !== undefined && isTruthyOrCompA !== compB) { | ||
msg += `\n${isTruthyOrCompA} !== ${compB}` | ||
isTruthyOrCompA = false | ||
if (compB !== undefined) { | ||
if (isTruthyOrCompA !== compB) msg += `\n${isTruthyOrCompA} !== ${compB}` | ||
isTruthyOrCompA = isTruthyOrCompA === compB | ||
} | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "mvt", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A minimum viable testing framework, aka a few test helpers, 0 dependencies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7067
0