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

cldoc

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cldoc - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

5

lib/doc.js

@@ -177,3 +177,3 @@ 'use strict';

} else {
cb(new Error('input doc dirs is not a string or an array.'));
throw new Error('input doc dirs is not a string or an array.');
return;

@@ -192,5 +192,2 @@ }

navTree.forEach(navItem => {
if(!navItem.blocks) {
return;
}
let mdStr = renderBlocks(navItem, navTree);

@@ -197,0 +194,0 @@ let docHtml = converter.makeHtml(mdStr);

4

package.json
{
"name": "cldoc",
"version": "0.4.4",
"version": "0.4.5",
"description": "Example",

@@ -17,3 +17,3 @@ "scripts": {

"type": "git",
"url": "git+https://github.com:conglai/cldoc.git"
"url": "https://github.com/conglai/cldoc"
},

@@ -20,0 +20,0 @@ "dependencies": {

@@ -16,2 +16,3 @@ # A Simple Document Tool

## Install
With ES6 destructuring used, it requires `NodeJS >= 6.9.1`.
```bash

@@ -18,0 +19,0 @@ ~ npm install cldoc -g

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