Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
5
Versions
309
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.24.3 to 0.24.4

4

dist/lib/models/reflections/kind.js

@@ -127,3 +127,5 @@ "use strict";

function classString(kind) {
return `tsd-kind-${ReflectionKind[kind].replace(/(.)([A-Z])/g, (_m, a, b) => `${a}-${b}`.toLowerCase())}`;
return `tsd-kind-${ReflectionKind[kind]
.replace(/(.)([A-Z])/g, (_m, a, b) => `${a}-${b}`)
.toLowerCase()}`;
}

@@ -130,0 +132,0 @@ ReflectionKind.classString = classString;

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

@@ -6,0 +6,0 @@ "exports": {

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