Socket
Socket
Sign inDemoInstall

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.4.0 to 0.4.1

2

lib/languages/clj.js

@@ -6,5 +6,5 @@ /**

// find document blocks between ';;;;' and ';;;;'
docBlocksRegExp: /\;{4}\uffff?(.+?)\uffff(?:\s*)?;{4}/g,
docBlocksRegExp: /\;{4}\uffff?(.+?)\uffff?(?:\s*)?;{4}/g,
// remove not needed ' ;; ' at the beginning
inlineRegExp: /^(\s*)?(;{2})[ ]?/gm
};

@@ -6,5 +6,5 @@ /**

// find document blocks between '###' and '###'
docBlocksRegExp: /###\uffff?(.+?)\uffff(?:\s*)?###/g,
docBlocksRegExp: /###\uffff?(.+?)\uffff?(?:\s*)?###/g,
// remove not needed tabs at the beginning
inlineRegExp: /^(\t*)?/gm
};

@@ -6,5 +6,5 @@ /**

// find document blocks between '#**' and '#*'
docBlocksRegExp: /\/\*\*\uffff?(.+?)\uffff(?:\s*)?\*\//g,
docBlocksRegExp: /\/\*\*\uffff?(.+?)\uffff?(?:\s*)?\*\//g,
// remove not needed ' * ' and tabs at the beginning
inlineRegExp: /^(\s*)?(\*)[ ]?/gm
};

@@ -6,3 +6,3 @@ /**

// Find document blocks between '%{' and '%}'
docBlocksRegExp: /\%*\{\uffff?(.+?)\uffff(?:\s*)?\%+\}/g,
docBlocksRegExp: /\%*\{\uffff?(.+?)\uffff?(?:\s*)?\%+\}/g,
// remove not needed ' % ' and tabs at the beginning

@@ -9,0 +9,0 @@ // HINT: Not sure if erlang developer use the %, but i think it should be no problem

@@ -7,5 +7,5 @@ /**

// or between '=pod' and '=cut'
docBlocksRegExp: /#\*\*\uffff?(.+?)\uffff(?:\s*)?#\*|=pod\uffff?(.+?)\uffff(?:\s*)?=cut/g,
docBlocksRegExp: /#\*\*\uffff?(.+?)\uffff?(?:\s*)?#\*|=pod\uffff?(.+?)\uffff?(?:\s*)?=cut/g,
// remove not needed ' # ' and tabs at the beginning
inlineRegExp: /^(\s*)?(#)[ ]?/gm
};

@@ -6,5 +6,5 @@ /**

// find document blocks between """ and """
docBlocksRegExp: /\"\"\"\uffff?(.+?)\uffff(?:\s*)?\"\"\"/g,
docBlocksRegExp: /\"\"\"\uffff?(.+?)\uffff?(?:\s*)?\"\"\"/g,
// remove not needed tabs at the beginning
inlineRegExp: /^(\t*)?/gm
};

@@ -6,5 +6,5 @@ /**

// find document blocks between '=begin' and '=end'
docBlocksRegExp: /\=begin\uffff?(.+?)\uffff(?:\s*)?\=end/g,
docBlocksRegExp: /\=begin\uffff?(.+?)\uffff?(?:\s*)?\=end/g,
// remove not needed tabs at the beginning
inlineRegExp: /^(\t*)?/gm
};
{
"name": "apidoc-core",
"version": "0.4.0",
"version": "0.4.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