New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-table-2-json

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-table-2-json - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.d.ts

38

package.json
{
"name": "cli-table-2-json",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert command line table output into json object",
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"dist/",
"typings.json"
],
"scripts": {
"test": "grunt"
"lint": "tslint 'src/**/*.ts'",
"dependency-check": "dependency-check package.json",
"build": "rimraf dist/ && tsc",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff",
"test": "npm run lint && npm run build && npm run dependency-check && npm run test-spec",
"bootstrap": "npm install shelljs && node scripts/bootstrap.js"
},

@@ -14,3 +23,3 @@ "repository": {

"keywords": [
"consul"
"table"
],

@@ -24,14 +33,17 @@ "author": "Matthias Ludwig <mludwig@quobject.io>",

"devDependencies": {
"grunt-shell": "~1.1.2",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"mocha": "~2.3.3",
"grunt-mocha-test": "~0.12.7",
"should": "~7.1.0",
"chai": "~3.3.0",
"debug": "~2.2.0"
"blue-tape": "^0.2.0",
"bluebird": "^3.4.0",
"dependency-check": "^2.5.1",
"rimraf": "^2.5.2",
"shelljs": "^0.7.0",
"tap-diff": "^0.1.1",
"ts-node": "^0.7.3",
"tslint": "^3.10.2",
"tslint-config-standard": "^1.0.0",
"typescript": "^1.8.10",
"typings": "^1.0.4"
},
"dependencies": {
"lodash": "~3.10.1"
"lodash": "^4.12.0"
}
}

Sorry, the diff of this file is not supported yet

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