Comparing version 2.5.3 to 2.5.4
@@ -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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
1151239
19374
30
7