Comparing version 0.6.1 to 0.6.2
@@ -82,3 +82,3 @@ var assert = require('assert'), | ||
} | ||
return false; | ||
return true; | ||
})(actual)) { | ||
@@ -85,0 +85,0 @@ assert.fail(actual, expected, message || "expected {actual} to include {expected}", "include", assert.include); |
@@ -47,3 +47,4 @@ var eyes = require('eyes').inspector({ stream: null, styles: false }); | ||
return a.replace(/`([^`]+)`/g, function (_, capture) { return stylize(capture, 'italic') }) | ||
.replace(/\*([^*]+)\*/g, function (_, capture) { return stylize(capture, 'bold') }); | ||
.replace(/\*([^*]+)\*/g, function (_, capture) { return stylize(capture, 'bold') }) | ||
.replace(/\n/g, function (_, capture) { return ' \n ' } ); | ||
}); | ||
@@ -50,0 +51,0 @@ } |
@@ -12,5 +12,5 @@ { | ||
"directories" : { "test": "./test", "bin": "./bin" }, | ||
"version" : "0.6.1", | ||
"version" : "0.6.2", | ||
"scripts" : {"test": "./bin/vows --spec"}, | ||
"engines" : {"node": ">=0.2.6"} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108257
39
2437
7
3