fixed-width-parser
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -297,3 +297,3 @@ "use strict"; | ||
if (!((_g = config.truncate) !== null && _g !== void 0 ? _g : _this.defaults.truncate)) { | ||
throw new Error("Unable to parse value '" + value + "' into width of '" + config.width + "'!"); | ||
throw new Error("Unable to parse value '" + value + "' into width of '" + config.width + "' for field '" + config.name + "'!"); | ||
} | ||
@@ -300,0 +300,0 @@ _this.logger.warn("Truncating value '" + value + "' to '" + value.slice(0, config.width) + "' to fit in '" + config.name + "' width of '" + config.width + "'."); |
{ | ||
"name": "fixed-width-parser", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "A fixed width data parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39889