Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
2
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.5.8 to 0.5.9

2

dist/lib/application.js

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

}(component_1.ChildableComponent));
Application.VERSION = '0.5.8';
Application.VERSION = '0.5.9';
__decorate([

@@ -161,0 +161,0 @@ component_1.Option({

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

if (map_1 instanceof Map) {
value = map_1.has(key) ? map_1.get(key) : key;
value = map_1.has(key) ? map_1.get(key) : value;
}

@@ -65,0 +65,0 @@ else if (key in map_1) {

{
"name": "typedoc",
"description": "Create api documentations for typescript projects.",
"version": "0.5.8",
"version": "0.5.9",
"homepage": "http://typedoc.org",

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

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