Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

table-printer-cli

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-printer-cli - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

1

dist/src/inputVerifier.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.verifyInput = void 0;
const isValidJson = (str) => {

@@ -4,0 +5,0 @@ try {

2

dist/src/service.d.ts

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc