Socket
Socket
Sign inDemoInstall

@typedproject/ts-doc

Package Overview
Dependencies
192
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.10 to 4.0.11

5

bin/tsdoc.js

@@ -9,6 +9,3 @@ #!/usr/bin/env node

packagesDir: "packages/",
scanPatterns: [
"<rootDir>/packages/**/lib/**/*.d.ts",
"!node_modules"
],
scanPatterns: ["<rootDir>/packages/**/lib/**/*.d.ts", "!node_modules"],
outputDir: "<rootDir>/docs/api",

@@ -15,0 +12,0 @@ baseUrl: "/api",

49

package.json
{
"name": "@typedproject/ts-doc",
"version": "4.0.10",
"version": "4.0.11",
"description": "Generate documentation in markdown for TypeScript API",
"main": "src/index.js",
"bin": "bin/tsdoc.js",
"scripts": {
"test": "npm run lint && nyc --reporter=html --reporter=text _mocha {src,test}/**/*.spec.js --recursive",
"lint": "echo 0",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"main": "./src/index.js",
"bin": {
"tsdoc": "./bin/tsdoc.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TypedProject/ts-doc.git"
},
"repository": "https://github.com/TypedProject/ts-doc",
"keywords": [

@@ -28,13 +21,13 @@ "Vuepress",

},
"homepage": "https://github.com/TypedProject/ts-doc#readme",
"homepage": "https://github.com/TypedProject/ts-doc/tree/master/packages/ts-doc",
"files": [
"bin/tsdoc.js",
"bin",
"src",
"components"
"packages/ts-doc/bin",
"packages/ts-doc/src",
"packages/ts-doc/components"
],
"directories": {
"src": "src",
"components": "./components",
"bin": "./bin"
"components": "components",
"bin": "bin"
},

@@ -49,17 +42,7 @@ "dependencies": {

"listr": "^0.14.3",
"read-pkg-up": "7.0.0",
"ts-log-debug": "5.1.1"
"normalize-path": "3.0.0",
"read-pkg-up": "7.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"coveralls": "3.0.7",
"mocha": "6.2.2",
"nyc": "14.1.1",
"proxyquire": "2.1.3",
"sinon": "7.5.0",
"sinon-chai": "3.3.0",
"semantic-release": "15.13.30",
"travis-deploy-once": "5.0.11"
}
}
"devDependencies": {},
"peerDependencies": {}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc