Comparing version 1.0.1 to 2.0.0-beta.1
{ | ||
"name": "tsd-jsdoc", | ||
"version": "1.0.1", | ||
"version": "v2.0.0-beta.1", | ||
"description": "Compiles JSDoc annotated javascript into a Typescript Declaration File (.d.ts).", | ||
"main": "publish.js", | ||
"main": "lib/publish.js", | ||
"author": "Chad Engler <chad@pantherdev.com>", | ||
@@ -12,9 +12,21 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"lint": "eslint --rulesdir node_modules/@englercj/code-style *.js", | ||
"build": "tsc -p tsconfig.json", | ||
"test": "jsdoc -c test/config.json -d out" | ||
}, | ||
"files":[ | ||
"lib" | ||
], | ||
"devDependencies": { | ||
"@englercj/code-style": "^1.0.6", | ||
"eslint": "^3.3.1" | ||
"jsdoc": "^3.4.3", | ||
"tslint": "^4.4.2", | ||
"typescript": "^2.1.6" | ||
}, | ||
"peerDependencies": { | ||
"jsdoc": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"dts-dom": "^0.1.14" | ||
} | ||
} |
@@ -173,1 +173,8 @@ # jsdoc2tsd | ||
All other tags *should* work... | ||
## Supported ClosureCompiler Tags | ||
ClosureCompiler has a couple tags beyond the built-in jsdoc tags that can improve your TypeScript output. Here is a complete | ||
list of the tags from CC that are supported in this template: | ||
- [`@template`](https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#template-t) - For generics |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
51781
0
100
180
2
3
549
2
1
2
+ Addeddts-dom@^0.1.14
+ Addeddts-dom@0.1.25(transitive)