schemaglobin
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -5,3 +5,3 @@ "use strict"; | ||
const object_1 = require("./object"); | ||
const entryToString = ([key, message]) => `- ${key}: ${message.toString().replace("\n", "\n\t\t")}`; | ||
const entryToString = ([key, message]) => `- ${key}: ${message.toString().replace(/\n/g, "\n ")}`; | ||
const messageToString = (message) => message.message; | ||
@@ -8,0 +8,0 @@ const messageToJSON = (message) => message.toJSON(); |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
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
152709