Socket
Socket
Sign inDemoInstall

remark

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

index.js
/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark
* @version 3.1.0
* @version 3.1.1
* @fileoverview Markdown processor powered by plugins.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:cli
* @version 3.1.0
* @version 3.1.1
* @fileoverview Bridge between CLI options and node.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:configuration
* @version 3.1.0
* @version 3.1.1
* @fileoverview Find remark rc files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:configure
* @version 3.1.0
* @version 3.1.1
* @fileoverview Configure a file.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:copy
* @version 3.1.0
* @version 3.1.1
* @fileoverview Move a file.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:file-system
* @version 3.1.0
* @version 3.1.1
* @fileoverview Write a file to the file system.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline
* @version 3.1.0
* @version 3.1.1
* @fileoverview Process a file.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:parse
* @version 3.1.0
* @version 3.1.1
* @fileoverview Parse a file into an AST.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:queue
* @version 3.1.0
* @version 3.1.1
* @fileoverview Queue all files which came this far.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:read
* @version 3.1.0
* @version 3.1.1
* @fileoverview Read a file if not already filled.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:stdout
* @version 3.1.0
* @version 3.1.1
* @fileoverview Write a file to stdout(4).

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:stringify
* @version 3.1.0
* @version 3.1.1
* @fileoverview Compile an AST into a file.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:transform
* @version 3.1.0
* @version 3.1.1
* @fileoverview Transform an AST associated with a file.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:configure
* @version 3.1.0
* @version 3.1.1
* @fileoverview Configure a collection of files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:traverse
* @version 3.1.0
* @version 3.1.1
* @fileoverview Find files from the file-system.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline
* @version 3.1.0
* @version 3.1.1
* @fileoverview Process a collection of files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:log
* @version 3.1.0
* @version 3.1.1
* @fileoverview Log a file context on successful completion.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:stdin
* @version 3.1.0
* @version 3.1.1
* @fileoverview Read from stdin.

@@ -28,4 +28,6 @@ */

var isTTY = process.stdin.isTTY;
var isFIFO = fs.fstatSync(0).isFIFO();
var isFIFO;
try { isFIFO = fs.fstatSync(0).isFIFO(); } catch (e) { /* Empty */ }
var definitelyTTY = isTTY === true || isFIFO === true;

@@ -32,0 +34,0 @@ var expextPipeIn = !isTTY;

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:transform
* @version 3.1.0
* @version 3.1.1
* @fileoverview Transform all files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:file-set
* @version 3.1.0
* @version 3.1.1
* @fileoverview Collection of virtual files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:traverser
* @version 3.1.0
* @version 3.1.1
* @fileoverview Get applicable input files from

@@ -8,0 +8,0 @@ * the file system to be processed by remark, respecting

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:ignore
* @version 3.1.0
* @version 3.1.1
* @fileoverview Find remark ignore files.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli
* @version 3.1.0
* @version 3.1.1
* @fileoverview CLI Engine.

@@ -8,0 +8,0 @@ */

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:cli:spinner
* @version 3.1.0
* @version 3.1.1
* @fileoverview A spinner for stdout(4).

@@ -8,0 +8,0 @@ */

/**
* @author YJ Yang
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @version 3.1.0
* @version 3.1.1
* @module remark:cli:watch-output-cache

@@ -7,0 +7,0 @@ * @fileoverview Cache changed files which are also watched.

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:defaults
* @version 3.1.0
* @version 3.1.1
* @fileoverview Default values for parse and

@@ -8,0 +8,0 @@ * stringification settings.

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:stringify
* @version 3.1.0
* @version 3.1.1
* @fileoverview Compile an abstract syntax tree into

@@ -8,0 +8,0 @@ * a markdown document.

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @license MIT
* @module remark:utilities
* @version 3.1.0
* @version 3.1.1
* @fileoverview Collection of tiny helpers useful for

@@ -8,0 +8,0 @@ * both parsing and compiling markdown.

{
"name": "remark",
"version": "3.1.0",
"version": "3.1.1",
"description": "Markdown processor powered by plugins",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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