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.8.1 to 0.8.2

7

CHANGELOG.md
# apiDoc Changelog
#### 0.8.2
* Bugfix: apiGroupDescription from apiDefine not working. (https://github.com/apidoc/apidoc/issues/156)
* Bugfix: remove deprecated message for apiPermission. (https://github.com/apidoc/apidoc/issues/154)
* Bugfix: Testclient did not send JSON format. (https://github.com/apidoc/apidoc/issues/152)
#### 0.8.1

@@ -4,0 +11,0 @@

4

lib/parsers/api_permission.js

@@ -11,5 +11,3 @@ // Same as @apiUse

method : apiParser.method,
preventGlobal: true,
deprecated : true,
alternative : '@apiUse'
preventGlobal: true
};
var path = require('path');
var semver = require('semver');
var WorkerError = require('../errors/worker_error');

@@ -3,0 +5,0 @@ // Additional information for error log

@@ -1,3 +0,1 @@

var _ = require('lodash');
/**

@@ -4,0 +2,0 @@ * PostProcess

@@ -1,2 +0,1 @@

var _ = require('lodash');
var semver = require('semver');

@@ -3,0 +2,0 @@ var WorkerError = require('../errors/worker_error');

{
"name": "apidoc",
"version": "0.8.1",
"version": "0.8.2",
"description": "RESTful web API Documentation Generator",

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

@@ -76,3 +76,3 @@ define([

contentType: "application/json",
data: param,
data: JSON.stringify(param),
headers: header,

@@ -79,0 +79,0 @@ type: type.toUpperCase(),

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