@microsoft/tsdoc-config
Advanced tools
Comparing version 0.0.0 to 0.12.16
{ | ||
"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" | ||
] | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
28773
11
396
1
0
86
3
10
2
+ Added@microsoft/tsdoc@0.12.16
+ Addedajv@~6.10.2
+ Addedresolve@~1.12.0
+ Added@microsoft/tsdoc@0.12.16(transitive)
+ Addedajv@6.10.2(transitive)
+ Addedfast-deep-equal@2.0.1(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedresolve@1.12.3(transitive)
+ Addeduri-js@4.4.1(transitive)