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.0 to 0.11.1

4

CHANGELOG.md
# Changelog for apidoc-core
## 0.11.1
* Correctly merge the dev branch
## 0.11.0

@@ -4,0 +8,0 @@

6

lib/parsers/api_private.js

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

var trim = require('../utils/trim');
function parse(content) {
content = trim(content);
return content;
return 'private';
}

@@ -8,0 +4,0 @@

{
"name": "apidoc-core",
"version": "0.11.0",
"version": "0.11.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