@microsoft/tsdoc
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"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" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
260968
115
4717
1
0
31
0
7
2