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.11.1 to 0.12.0

.editorconfig

6

CHANGELOG.md
# Changelog for apidoc-core
## 0.12.0
### Changed
* Allow '#' and '@' in apiParam names (#102 by Fulvio Gentile)
## 0.11.1

@@ -4,0 +10,0 @@

4

lib/index.js

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

time : new Date(),
url : 'http://apidocjs.com',
url : 'https://apidocjs.com',
version: '0.0.0'

@@ -347,3 +347,3 @@ };

* @param {String} [packageInfos.description] A short description.
* @param {String} [packageInfos.sampleUrl] @see http://apidocjs.com/#param-api-sample-request
* @param {String} [packageInfos.sampleUrl] @see https://apidocjs.com/#param-api-sample-request
*/

@@ -350,0 +350,0 @@ function setPackageInfos(packageInfos) {

@@ -39,3 +39,3 @@ var trim = require('../utils/trim');

b: '(\\[?\\s*', // 5 optional optional-marker
name: '([a-zA-Z0-9\\$\\:\\.\\/\\\\_-]+', // 6
name: '([#@a-zA-Z0-9\\$\\:\\.\\/\\\\_-]+', // 6
withArray: '(?:\\[[a-zA-Z0-9\\.\\/\\\\_-]*\\])?)', // https://github.com/apidoc/apidoc-core/pull/4

@@ -42,0 +42,0 @@ oDefaultValue: { // optional defaultValue

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

function parse(content) {
function parse() {
return 'private';

@@ -3,0 +3,0 @@ }

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

@@ -32,14 +32,15 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

"dependencies": {
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"iconv-lite": "^0.5.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"iconv-lite": "^0.6.2",
"klaw-sync": "^6.0.0",
"lodash": "~4.17.15",
"semver": "~6.3.0"
"lodash": "^4.17.20",
"semver": "~7.3.2"
},
"devDependencies": {
"apidoc-example": "^0.2.1",
"jshint": "~2.10.2",
"markdown-it": "^10.0.0",
"mocha": "~6.2.1",
"apidoc-example": "^0.2.3",
"deep-equal": "^2.0.3",
"jshint": "^2.12.0",
"markdown-it": "^11.0.0",
"mocha": "^8.1.1",
"should": "~13.2.3"

@@ -46,0 +47,0 @@ },

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