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

@microsoft/tsdoc-config

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/tsdoc-config - npm Package Compare versions

Comparing version 0.0.0 to 0.12.16

CHANGELOG.json

60

package.json
{
"name": "@microsoft/tsdoc-config",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.12.16",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
"documentation",
"doc",
"comments",
"JSDoc",
"parser",
"standard"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/tsdoc"
},
"homepage": "https://github.com/microsoft/tsdoc",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@microsoft/tsdoc": "0.12.16",
"ajv": "~6.10.2",
"resolve": "~1.12.0"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",
"@types/jest": "24.0.16",
"@types/resolve": "0.0.8",
"@types/node": "10.17.5",
"eslint": "^6.0.0",
"jest": "~24.8.0",
"prettier": "~1.18.2",
"rimraf": "~2.6.3",
"ts-jest": "~24.0.2",
"typescript": "~3.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node ./build.js",
"test": "jest",
"watch": "jest --watch",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\""
},
"author": "",
"license": "MIT"
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"<rootDir>/src/**/*.test.ts"
]
}
}
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