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

mdast

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

2

index.js

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

* @module mdast
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Markdown processor powered by plugins.

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

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

* @module mdast:cli:cli
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Bridge between CLI options and node.

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

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

* @module mdast:cli:configuration
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Find mdast rc files.

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

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

* @module mdast:cli:file-pipeline:configure
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Configure a file.

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

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

* @module mdast:cli:file-pipeline:copy
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Move a file.

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

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

* @module mdast:cli:file-pipeline:file-system
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Write a file to the file system.

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

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

* @module mdast:cli:file-pipeline
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Process a file.

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

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

* @module mdast:cli:file-pipeline:parse
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Parse a file into an AST.

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

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

* @module mdast:cli:file-pipeline:queue
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Queue all files which came this far.

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

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

* @module mdast:cli:file-pipeline:read
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Read a file if not already filled.

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

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

* @module mdast:cli:file-pipeline:stdout
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Write a file to stdout(4).

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

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

* @module mdast:cli:file-pipeline:stringify
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Compile an AST into a file.

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

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

* @module mdast:cli:file-pipeline:transform
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Transform an AST associated with a file.

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

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

* @module mdast:cli:file-set-pipeline:configure
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Configure a collection of files.

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

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

* @module mdast:cli:file-set-pipeline:traverse
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Find files from the file-system.

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

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

* @module mdast:cli:file-set-pipeline
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Process a collection of files.

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

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

* @module mdast:cli:log
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Log a file context on successful completion.

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

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

* @module mdast:cli:file-set-pipeline:stdin
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Read from stdin.

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

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

* @module mdast:cli:file-set-pipeline:transform
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Transform all files.

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

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

* @module mdast:cli:file-set
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Collection of virtual files.

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

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

* @module mdast:cli:traverser
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Get applicable input files from

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

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

* @module mdast:cli:ignore
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Find mdast ignore files.

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

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

* @module mdast:cli
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview CLI Engine.

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

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

* @module mdast:cli:spinner
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview A spinner for stdout(4).

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

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

* @license MIT
* @version 2.3.0
* @version 3.0.0-alpha.4
* @module mdast:cli:watch-output-cache

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

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

* @module mdast:defaults
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Default values for parse and

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

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

* @module mdast:stringify
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Compile an abstract syntax tree into

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

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

* @module mdast:utilities
* @version 2.3.0
* @version 3.0.0-alpha.4
* @fileoverview Collection of tiny helpers useful for

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

{
"name": "mdast",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "Markdown processor powered by plugins",

@@ -82,11 +82,11 @@ "license": "MIT",

"jscs-jsdoc": "^1.0.0",
"mdast-comment-config": "^1.0.0",
"mdast-github": "^1.0.0",
"mdast-comment-config": "^2.0.0-alpha.1",
"mdast-github": "^2.0.0-alpha.1",
"mdast-html": "^1.2.1",
"mdast-lint": "^1.0.0",
"mdast-lint": "^2.0.0-alpha.1",
"mdast-man": "^1.0.0",
"mdast-toc": "^1.0.0",
"mdast-usage": "^1.0.1",
"mdast-usage": "^2.0.0-alpha.1",
"mdast-validate-links": "^1.0.0",
"mdast-yaml-config": "^1.0.0",
"mdast-yaml-config": "^2.0.0-alpha.1",
"mocha": "^2.0.0"

@@ -93,0 +93,0 @@ },

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