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 2.0.0 to 2.0.1

2

package.json
{
"name": "gulp-typedoc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Gulp plugin for the TypeDoc typescript documentation tool.",

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

@@ -12,5 +12,4 @@ # Gulp-TypeDoc

Gulp plugin to execute the TypeDoc tool by Sebastian Lenz
http://typedoc.io/
http://typedoc.org
https://github.com/TypeStrong/typedoc
https://github.com/TypeStrong/typedoc

@@ -62,3 +61,8 @@ ## Installation

### 2.0.1
* Update typedoc URL in README.md (thanks @pascalberger)
### 2.0.0
* Have typedoc as peer dependency (thanks @mizunashi-mana)

@@ -70,2 +74,3 @@ * Ensure it works with https://github.com/TypeStrong/typedoc

### 1.2.0
* Don't start a child process anymore.

@@ -75,2 +80,3 @@ * FIX: having many .ts files no longer causes "command line too long" error.

### 1.1.0
* Allow specifying boolean arguments for typedoc;

@@ -80,11 +86,15 @@ * Replace module "gulp-clean" by "del"

### 1.0.6
* Moved to typedoc version 0.2.x
### 1.0.5
* Moved to typedoc version 0.1.x
### 1.0.3
* Use require.resolve() to find typedoc more reliably
### 1.0.2
* Allow any typedoc version 0.0.x

@@ -97,2 +107,3 @@

* Mizunashi Mana
* Pascal Berger

@@ -99,0 +110,0 @@ ## License

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