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

tty-table

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tty-table - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

tags

14

Gruntfile.js

@@ -8,3 +8,3 @@ /**

//Modules for browserify to ignore
var _ignore = '--ignore=path --ignore=request --ignore=http --ignore=fs --ignore=vm --ignore=process --ignore=lodash';
var _ignore = '--ignore=path --ignore=request --ignore=http --ignore=fs --ignore=vm --ignore=process --ignore=lodash --ignore=yargs';

@@ -53,7 +53,7 @@ var banner = '/** \n<%= pkg.name %>: <%= pkg.description %> \nVersion: <%= pkg.version %> \nBuilt: <%= grunt.template.today("yyyy-mm-dd") %> <%= options.timestamp %>\nAuthor: <%= pkg.author %> \n*/\n';

},
"cleanup" : {
command: function(){
return "rm ./dist/<%= pkg.name %>.js ./dist/<%= pkg.name %>.bundle.js";
}
},
//"cleanup" : {
// command: function(){
// return "rm ./dist/<%= pkg.name %>.js ./dist/<%= pkg.name %>.bundle.js";
// }
//},
"generate-vim-tags-file": {

@@ -204,5 +204,5 @@ command: function (){

'shell:browserify-devel-standalone',
'shell:cleanup',
//'shell:cleanup',
'doc'
]);
};
{
"name": "tty-table",
"version": "2.5.3",
"version": "2.5.4",
"description": "Command line table generator.",

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -97,3 +97,3 @@ # tty-table

## Default API Reference
## API Reference
<!--API-REF-->

@@ -176,3 +176,3 @@

**Kind**: static method of <code>[Table](#Table)</code>
**Kind**: static method of [<code>Table</code>](#Table)
**Example**

@@ -179,0 +179,0 @@ ```js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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