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

typedoc

Package Overview
Dependencies
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc - npm Package Compare versions

Comparing version 0.26.9 to 0.26.10

2

dist/lib/output/themes/default/partials/header.js

@@ -29,3 +29,3 @@ "use strict";

renderTitle = true;
titleKindString = " " + context.internationalization.kindSingularString(props.model.kind);
titleKindString = context.internationalization.kindSingularString(props.model.kind) + " ";
}

@@ -32,0 +32,0 @@ return (utils_1.JSX.createElement("div", { class: "tsd-page-title" },

{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.26.9",
"version": "0.26.10",
"homepage": "https://typedoc.org",

@@ -49,3 +49,3 @@ "exports": {

"ts-node": "^10.9.2",
"typescript": "5.6.1-rc",
"typescript": "5.6.3",
"typescript-eslint": "^8.4.0"

@@ -52,0 +52,0 @@ },

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