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

@microsoft/tsdoc

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/tsdoc - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

CHANGELOG.md

53

package.json
{
"name": "@microsoft/tsdoc",
"version": "0.0.0",
"description": "",
"license": "MIT"
}
"version": "0.1.0",
"description": "A parser for the TypeScript doc comment syntax",
"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": {},
"devDependencies": {
"@types/jest": "23.3.1",
"jest": "~23.5.0",
"ts-jest": "~23.1.3",
"rimraf": "~2.6.2",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.2.0",
"typescript": "~3.0.1"
},
"scripts": {
"build": "rimraf ./lib/ && echo -- TYPESCRIPT -- && tsc && echo -- TSLINT -- && tslint --config tslint.json --project . --rules-dir node_modules/tslint-microsoft-contrib",
"test": "jest",
"watch": "jest --watch"
},
"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