New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-plugin-typescript-declaration

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-typescript-declaration - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

7

dist/index.js

@@ -191,3 +191,8 @@ 'use strict';

sections.push(comment.tags
.map(t => { var _a; return ` * ${join(' ', `@${t.tagName}`, t.paramName, (_a = t.text) === null || _a === void 0 ? void 0 : _a.replace(/\n$/m, ''))}`; })
.map(t => {
var _a, _b;
const [firstLine, ...remainingLines] = (_a = t.text) === null || _a === void 0 ? void 0 : _a.replace(/\n$/, '').split(/\n/gm);
return ` * @${join(' ', t.tagName, firstLine || '')}${((_b = remainingLines) === null || _b === void 0 ? void 0 : _b.length) ? `\n${remainingLines.map(l => ` * ${l}`.trimRight()).join('\n')}`
: ''}`;
})
.join('\n'));

@@ -194,0 +199,0 @@ }

2

package.json
{
"name": "typedoc-plugin-typescript-declaration",
"version": "0.1.8",
"version": "0.1.9",
"description": "Typedoc plugin to render to typescript declaration file",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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