base18813unitedstatesconstitution
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -127,3 +127,3 @@ const Base18813UnitedStatesConstitution = {}; | ||
var options = { | ||
header: 'Decode United States Constitution with https:// neruthes.xyz /Base18813UnitedStatesConstitution/ — ', | ||
header: 'Decode United States Constitution with https:// neruthes.xyz /Base18813UnitedStatesConstitution/ — \n', | ||
trimming: 42 | ||
@@ -168,3 +168,3 @@ }; | ||
}).join(''); | ||
var finalResult = options.header + encodingEnvelope + unusedTemplate_STR.slice(0, options.trimming); | ||
var finalResult = options.header + encodingEnvelope + unusedTemplate_STR.slice(0, options.trimming).trimRight() + '...'; | ||
return finalResult; | ||
@@ -171,0 +171,0 @@ }; |
{ | ||
"name": "base18813unitedstatesconstitution", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Encode data in United States Constitution", | ||
@@ -5,0 +5,0 @@ "main": "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
100277