Socket
Socket
Sign inDemoInstall

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.6.2 to 0.6.3

5

CHANGELOG.md
# apiDoc Changelog
#### 0.6.3
Bugfix: Multiple added url to api path after compared to other version. (https://github.com/apidoc/apidoc/issues/87)
#### 0.6.2

@@ -4,0 +9,0 @@

6

CONTRIBUTORS.md

@@ -6,6 +6,6 @@ # apiDoc Contributors

* [Paul Dapolito](https://github.com/PaulDapolito)
* Fixed bug where dropdown opens off of page ([#71] (https://github.com/apidoc/apidoc/pull/85))
* Fixed bug where dropdown opens off of page ([#85] (https://github.com/apidoc/apidoc/pull/85))
* [Coders Brothers](https://github.com/PaulDapolito)
* Some refactors and bugfixes ([#71] (https://github.com/apidoc/apidoc/pull/83))
* [Coders Brothers](https://github.com/CodersBrothers)
* Some refactors and bugfixes ([#83] (https://github.com/apidoc/apidoc/pull/83))

@@ -12,0 +12,0 @@ * [Anton Fischer](https://github.com/antonfisher)

{
"name": "apidoc",
"version": "0.6.2",
"version": "0.6.3",
"description": "RESTful web API Documentation Generator",

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

@@ -270,2 +270,5 @@ require.config({

// Add prefix URL for endpoint
if(apiProject.url) fields.article.url = apiProject.url + fields.article.url;
addArticleSettings(fields, entry);

@@ -545,5 +548,2 @@

// Add prefix URL for endpoint
if(apiProject.url) fields.article.url = apiProject.url + fields.article.url;
// Add template settings

@@ -550,0 +550,0 @@ fields.template = apiProject.template;

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