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

apidoc-core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc-core - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

hooks.md
# apiDoc Hooks
If you need a hook in apidoc-core please add your hook and provide a pull request.
How to add a hook into apidoc-core view [source code](https://github.com/apidoc/apidoc-core/blob/20921efd32f95e7934333d633c56ff6f60722123/lib/parser.js#L454-L458).
How to use hook in your plugin view (https://github.com/apidoc/apidoc-plugin-test/blob/master/index.js)
## parser-find-elements

@@ -5,0 +11,0 @@

2

lib/plugin_loader.js

@@ -50,3 +50,3 @@ var _ = require('lodash');

dir = path.join(dir, '..');
if (dir === '/')
if (dir === '/' || dir.substr(1) === ':\\')
return;

@@ -53,0 +53,0 @@ return this.detectPugins(dir);

{
"name": "apidoc-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Core parser library to generate apidoc result following the apidoc-spec",

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

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