Socket
Socket
Sign inDemoInstall

remark-cli

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

remark-cli - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

10

package.json
{
"name": "remark-cli",
"version": "4.0.0",
"version": "5.0.0",
"description": "CLI to process markdown with remark using plugins",

@@ -14,8 +14,8 @@ "license": "MIT",

"markdown-extensions": "^1.1.0",
"remark": "^8.0.0",
"unified-args": "^4.0.0"
"remark": "^9.0.0",
"unified-args": "^5.0.0"
},
"homepage": "http://remark.js.org",
"repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",
"bugs": "https://github.com/wooorm/remark/issues",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-cli",
"bugs": "https://github.com/remarkjs/remark/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

@@ -22,0 +22,0 @@ "contributors": [

@@ -51,3 +51,2 @@ # remark-cli [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]

-u --use <plugins> use plugins
-p --preset <presets> use presets
-w --watch watch for changes and reprocess

@@ -58,5 +57,7 @@ -q --quiet output only warnings and errors

-t --tree specify input and output as syntax tree
--report <reporter> specify reporter
--file-path <path> specify path to process as
--tree-in specify input as syntax tree
--tree-out output syntax tree
--inspect output formatted syntax tree
--[no-]stdout specify writing to stdout (on by default)

@@ -85,15 +86,15 @@ --[no-]color specify color in report (on by default)

[build-badge]: https://img.shields.io/travis/wooorm/remark.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg
[build-status]: https://travis-ci.org/wooorm/remark
[build-status]: https://travis-ci.org/remarkjs/remark
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg
[coverage-status]: https://codecov.io/github/wooorm/remark
[coverage-status]: https://codecov.io/github/remarkjs/remark
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/Lobby
[license]: https://github.com/wooorm/remark/blob/master/LICENSE
[license]: https://github.com/remarkjs/remark/blob/master/LICENSE

@@ -104,12 +105,12 @@ [author]: http://wooorm.com

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark
[plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
[markdown-extensions]: https://github.com/sindresorhus/markdown-extensions
[config-file]: https://github.com/wooorm/unified-engine/blob/master/doc/configure.md
[config-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md
[ignore-file]: https://github.com/wooorm/unified-engine/blob/master/doc/ignore.md
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/ignore.md
[unified-args]: https://github.com/wooorm/unified-args#cli
[unified-args]: https://github.com/unifiedjs/unified-args#cli
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