Comparing version 3.5.2 to 3.5.3
@@ -39,3 +39,3 @@ 'use strict'; | ||
exports.escape = function (html) { | ||
return he.encode(String(html), { useNamedReferences: true }); | ||
return he.encode(String(html), { useNamedReferences: false }); | ||
}; | ||
@@ -42,0 +42,0 @@ |
{ | ||
"name": "mocha", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "simple, flexible, fun test framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
805489