Socket
Socket
Sign inDemoInstall

apidoc

Package Overview
Dependencies
91
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.28.1 to 0.29.0

SECURITY.md

6

CHANGELOG.md
# apiDoc Changelog
### 0.29.0
* Fix broken handlebar
* [DEV] add a npm run serve command
* Remove space that was added for optional params
* Make the 'optional' label unselectable (#970 by Thomas Bruun)
### 0.28.1

@@ -4,0 +10,0 @@ * Fix issue with handlebar (#967)

2

example/example.js

@@ -26,3 +26,3 @@ /**

* @apiSuccess {Date} registered Registration Date.
* @apiSuccess {Date} name Fullname of the User.
* @apiSuccess {String} name Fullname of the User.
* @apiSuccess {String[]} nicknames List of Users nicknames (Array of Strings).

@@ -29,0 +29,0 @@ * @apiSuccess {Object} profile Profile data (example for an Object)

{
"name": "apidoc",
"version": "0.28.1",
"version": "0.29.0",
"description": "RESTful web API Documentation Generator",

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

"jshint": "jshint lib/ test/",
"build-example": "bin/apidoc -v -i example/ -o tmp/",
"update-lodash": "./node_modules/lodash-cli/bin/lodash -p -o template/vendor/lodash.custom.min.js include=get,set,groupBy,each,extend,some,isNaN exports=amd"
"build-example": "./bin/apidoc -v -i example/ -o /tmp/apidoc-output",
"update-lodash": "./node_modules/lodash-cli/bin/lodash -p -o template/vendor/lodash.custom.min.js include=get,set,groupBy,each,extend,some,isNaN exports=amd",
"serve": "npm run build-example && docker run --rm --name apidoc -p 8080:80 -v /tmp/apidoc-output:/usr/share/nginx/html:ro -d nginx"
},

@@ -25,0 +26,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc