New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-typedoc

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-typedoc - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -35,2 +35,4 @@ // (c) Rogier Schouten <rogier.schouten@gmail.com>

delete options.out;
var json = options.json;
delete options.json;
var version = options.version;

@@ -56,3 +58,3 @@ delete options.version;

if (out) app.generateDocs(project, out);
if (options.json) app.generateJson(project, options.json);
if (json) app.generateJson(project, json);
if (app.logger.hasErrors()) {

@@ -59,0 +61,0 @@ stream.emit("error", new PluginError(PLUGIN_NAME, "There were errors generating TypeDoc output, see above."));

{
"name": "gulp-typedoc",
"version": "1.2.0",
"version": "1.2.1",
"description": "Gulp plugin for the TypeDoc typescript documentation tool.",

@@ -5,0 +5,0 @@ "repository": {

@@ -21,2 +21,3 @@ // (c) Rogier Schouten <rogier.schouten@gmail.com>

out: "./out",
json: "./out/test.json",
name: "gulp-typedoc-test",

@@ -23,0 +24,0 @@ target: "es5",

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