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.3 to 3.2.0

2

index.js

@@ -6,3 +6,3 @@ /**

* @module remark
* @version 3.1.3
* @version 3.2.0
* @fileoverview Markdown processor powered by plugins.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:cli
* @version 3.1.3
* @version 3.2.0
* @fileoverview Bridge between CLI options and node.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:configuration
* @version 3.1.3
* @version 3.2.0
* @fileoverview Find remark rc files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:configure
* @version 3.1.3
* @version 3.2.0
* @fileoverview Configure a file.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:copy
* @version 3.1.3
* @version 3.2.0
* @fileoverview Move a file.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:file-system
* @version 3.1.3
* @version 3.2.0
* @fileoverview Write a file to the file system.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline
* @version 3.1.3
* @version 3.2.0
* @fileoverview Process a file.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:parse
* @version 3.1.3
* @version 3.2.0
* @fileoverview Parse a file into an AST.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:queue
* @version 3.1.3
* @version 3.2.0
* @fileoverview Queue all files which came this far.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:read
* @version 3.1.3
* @version 3.2.0
* @fileoverview Read a file if not already filled.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:stdout
* @version 3.1.3
* @version 3.2.0
* @fileoverview Write a file to stdout(4).

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:stringify
* @version 3.1.3
* @version 3.2.0
* @fileoverview Compile an AST into a file.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-pipeline:transform
* @version 3.1.3
* @version 3.2.0
* @fileoverview Transform an AST associated with a file.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set-pipeline:configure
* @version 3.1.3
* @version 3.2.0
* @fileoverview Configure a collection of files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set-pipeline:traverse
* @version 3.1.3
* @version 3.2.0
* @fileoverview Find files from the file-system.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set-pipeline
* @version 3.1.3
* @version 3.2.0
* @fileoverview Process a collection of files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:log
* @version 3.1.3
* @version 3.2.0
* @fileoverview Log a file context on successful completion.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set-pipeline:stdin
* @version 3.1.3
* @version 3.2.0
* @fileoverview Read from stdin.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set-pipeline:transform
* @version 3.1.3
* @version 3.2.0
* @fileoverview Transform all files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:file-set
* @version 3.1.3
* @version 3.2.0
* @fileoverview Collection of virtual files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:traverser
* @version 3.1.3
* @version 3.2.0
* @fileoverview Get applicable input files from

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

@@ -6,3 +6,3 @@ /**

* @module remark:cli:ignore
* @version 3.1.3
* @version 3.2.0
* @fileoverview Find remark ignore files.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli
* @version 3.1.3
* @version 3.2.0
* @fileoverview CLI Engine.

@@ -9,0 +9,0 @@ */

@@ -6,3 +6,3 @@ /**

* @module remark:cli:spinner
* @version 3.1.3
* @version 3.2.0
* @fileoverview A spinner for stdout(4).

@@ -9,0 +9,0 @@ */

@@ -5,3 +5,3 @@ /**

* @license MIT
* @version 3.1.3
* @version 3.2.0
* @module remark:cli:watch-output-cache

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

@@ -6,3 +6,3 @@ /**

* @module remark:defaults
* @version 3.1.3
* @version 3.2.0
* @fileoverview Default values for parse and

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

@@ -6,3 +6,3 @@ /**

* @module remark:stringify
* @version 3.1.3
* @version 3.2.0
* @fileoverview Compile an abstract syntax tree into

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

@@ -6,3 +6,3 @@ /**

* @module remark:utilities
* @version 3.1.3
* @version 3.2.0
* @fileoverview Collection of tiny helpers useful for

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

{
"name": "remark",
"version": "3.1.3",
"version": "3.2.0",
"description": "Markdown processor powered by plugins",

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

# ![remark](https://cdn.rawgit.com/wooorm/remark/master/logo.svg)
[![Build Status](https://img.shields.io/travis/wooorm/remark.svg)](https://travis-ci.org/wooorm/remark) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/remark.svg)](https://codecov.io/github/wooorm/remark) [![Inline docs](https://img.shields.io/badge/docs-A-brightgreen.svg)](http://inch-ci.org/github/wooorm/remark)
[![Build Status](https://img.shields.io/travis/wooorm/remark.svg)](https://travis-ci.org/wooorm/remark) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/remark.svg)](https://codecov.io/github/wooorm/remark) [![Inline docs](https://img.shields.io/badge/docs-A-brightgreen.svg)](http://inch-ci.org/github/wooorm/remark) [![Chat](https://img.shields.io/gitter/room/wooorm/remark.svg)](https://gitter.im/wooorm/remark)

@@ -5,0 +5,0 @@ > :warning:

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

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