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

apidoc

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

10

CHANGELOG.md
# apiDoc Changelog
#### 0.12.1
* CLI
* Add some version information for verbose / debug output.
* Bugfix: Parse blocks with unknown parameters (before the block was skipped).
* Bugfix: show correct block index.
* Update dependencies.
#### 0.12.0

@@ -4,0 +14,0 @@

10

package.json
{
"name": "apidoc",
"version": "0.12.0",
"version": "0.12.1",
"description": "RESTful web API Documentation Generator",

@@ -38,4 +38,4 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

"dependencies": {
"apidoc-core": "~0.3.0",
"fs-extra": "~0.13.0",
"apidoc-core": "~0.3.1",
"fs-extra": "~0.14.0",
"lodash": "~2.4.1",

@@ -49,5 +49,5 @@ "marked": "~0.3.2",

"jshint": "^2.5.10",
"mocha": "~2.0.1",
"mocha": "~2.1.0",
"semver": "^4.1.0",
"should": "~4.2.1"
"should": "~4.6.0"
},

@@ -54,0 +54,0 @@ "jshintConfig": {

@@ -121,2 +121,7 @@ # apiDoc

## Gulp Module
[gulp-apidoc](https://github.com/ayhankuru/gulp-apidoc) `npm install gulp-apidoc`.
## Editor integration

@@ -123,0 +128,0 @@

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