Socket
Socket
Sign inDemoInstall

vuepress-plugin-typedoc

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-typedoc - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

dist/plugin.js

@@ -36,5 +36,5 @@ "use strict";

app = new typedoc_1.Application();
app.renderer.render = render_1.render;
(0, typedoc_plugin_markdown_1.load)(app);
(0, options_1.addOptions)(app);
app.renderer.render = render_1.render;
app.bootstrap({ ...options, theme: path.resolve(__dirname) });

@@ -41,0 +41,0 @@ project = app.convert();

{
"name": "vuepress-plugin-typedoc",
"version": "0.10.0",
"version": "0.10.1",
"description": "A VuePress plugin to build api documentation with TypeDoc.",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

],
"gitHead": "d9eada3358360b509f5071ce09df6bba8f37bc2c"
"gitHead": "6ef372ff56953615d2ea28352a5c2ba28203d186"
}
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