New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appcominteractive/appcom-pandoc-npm

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appcominteractive/appcom-pandoc-npm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

distribution/appdoc-html.js

@@ -12,2 +12,3 @@ 'use strict';

var dateformat = require('dateformat');
var mkdirp = require('mkdirp');

@@ -19,5 +20,7 @@ program.parse(process.argv);

var outputDirectory = path.dirname(outputFilename ? outputFilename : inputFilename);
var extension = path.extname(outputFilename ? outputFilename : inputFilename);
outputFilename = path.basename(outputFilename ? outputFilename : inputFilename, extension) + '.html';
outputFilename = path.join(outputDirectory, path.basename(outputFilename ? outputFilename : inputFilename, extension) + '.html');
if (!inputFilename) {

@@ -35,2 +38,3 @@ console.error('You did not specify an input filename. Please provide a filepath to a valid markdown file!');

mkdirp.sync(outputDirectory);
exec(command, function (error, stdout) {

@@ -37,0 +41,0 @@ if (error) {

3

package.json
{
"name": "@appcominteractive/appcom-pandoc-npm",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a module for building html from pandoc markdown with appcom CI",

@@ -35,2 +35,3 @@ "main": "./distribution/index.js",

"dateformat": "^2.0.0",
"mkdirp": "^0.5.1",
"simple-git": "^1.73.0",

@@ -37,0 +38,0 @@ "stringbuilder": "0.0.11"

# Appdoc
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![npm version](https://badge.fury.io/js/%40appcominteractive%2Fappcom-pandoc-npm.svg)](https://badge.fury.io/js/%40appcominteractive%2Fappcom-pandoc-npm)

@@ -5,0 +6,0 @@ Appdoc (**App**com Pan**doc**) is a module for converting markdown to html

Sorry, the diff of this file is not supported yet

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