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

ascii-pretty-table

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascii-pretty-table - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

20

package.json
{
"name": "ascii-pretty-table",
"version": "1.2.3",
"version": "1.3.0",
"description": "make a pretty table ",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "node test/index.test.js",
"docs": "npx typedoc index.js",
"build": "tsc -p tsconfig.json"
"build": "tsc -p tsconfig.json",
"pretest": "npm run build",
"test": "jest",
"docs": "npx typedoc src/index.ts"
},
"types": "./types/index.d.ts",
"types": "./dist/index.d.ts",
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"repository": {

@@ -28,3 +33,4 @@ "type": "git",

"devDependencies": {
"chai": "^4.3.4",
"@types/node": "^17.0.5",
"jest": "^27.4.5",
"typedoc": "^0.22.10",

@@ -31,0 +37,0 @@ "typescript": "^4.5.4"

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