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

tsd-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd-jsdoc - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0-beta.1

lib/Emitter.js

20

package.json
{
"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
LICENSE

Sorry, the diff of this file is not supported yet

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