table-printer-cli
Advanced tools
Comparing version 1.0.24 to 1.0.25
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.verifyInput = void 0; | ||
const isValidJson = (str) => { | ||
@@ -4,0 +5,0 @@ try { |
@@ -1,2 +0,2 @@ | ||
declare const printTableFromInp: (inp: string) => string | void; | ||
declare const printTableFromInp: (inp: string) => void | string; | ||
export default printTableFromInp; |
{ | ||
"name": "table-printer-cli", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "console table printer cli. Print table on bash terminal", | ||
@@ -53,4 +53,4 @@ "main": "dist/index.js", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
} | ||
} |
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
7026
63