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

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.9.2 to 0.10.0

2

dist/plugin.js

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

const options = (0, options_1.getOptions)(opts);
const outputDirectory = ctx.sourceDir + '/' + options.out;
const outputDirectory = (ctx.sourceDir || ctx.dir.source()) + '/' + options.out;
(0, render_1.removeDir)(outputDirectory);

@@ -36,0 +36,0 @@ app = new typedoc_1.Application();

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

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

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