diff2html
Advanced tools
Comparing version 0.2.0-5 to 0.2.0-6
{ | ||
"name": "diff2html", | ||
"version": "0.2.0-5", | ||
"version": "0.2.0-6", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.github.com/rtfpessoa/diff2html-nodejs", |
@@ -10,3 +10,3 @@ /* | ||
var jsDiff = JsDiff || require("diff"); | ||
var jsDiff = (typeof JsDiff !== "undefined" && JsDiff) || require("../lib/diff.js"); | ||
@@ -13,0 +13,0 @@ function PrinterUtils() { |
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
44325