Socket
Socket
Sign inDemoInstall

remark-cli

Package Overview
Dependencies
Maintainers
2
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 10.0.1 to 11.0.0

4

package.json
{
"name": "remark-cli",
"version": "10.0.1",
"version": "11.0.0",
"description": "Command line interface to inspect and change markdown files with remark",

@@ -35,3 +35,3 @@ "license": "MIT",

"remark": "^14.0.0",
"unified-args": "^9.0.0"
"unified-args": "^10.0.0"
},

@@ -38,0 +38,0 @@ "scripts": {

@@ -50,3 +50,3 @@ # remark-cli

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
In Node.js (version 14.14+, or 16.0+), install with [npm][]:

@@ -272,9 +272,9 @@ ```sh

1. `.remarkc` (JSON)
2. `.remarkc.json` (JSON)
3. `.remarkc.cjs` (CJS)
4. `.remarkc.mjs` (ESM)
5. `.remarkc.js` (CJS or ESM, depending on `type: 'module'` in `package.json`)
6. `.remarkc.yaml` (YAML)
7. `.remarkc.yml` (YAML)
1. `.remarkrc` (JSON)
2. `.remarkrc.json` (JSON)
3. `.remarkrc.cjs` (CJS)
4. `.remarkrc.mjs` (ESM)
5. `.remarkrc.js` (CJS or ESM, depending on `type: 'module'` in `package.json`)
6. `.remarkrc.yaml` (YAML)
7. `.remarkrc.yml` (YAML)
8. `package.json` with `remarkConfig` field

@@ -286,3 +286,3 @@

versions of Node.js.
As of now, that is Node.js 12.20+, 14.14+, and 16.0+.
As of now, that is Node.js 14.14+, and 16.0+.
Our projects sometimes work with older versions, but this is not guaranteed.

@@ -334,5 +334,13 @@

<td width="20%" align="center" rowspan="2" colspan="2">
<a href="https://www.gitbook.com">GitBook</a><br><br>
<a href="https://www.gitbook.com"><img src="https://avatars1.githubusercontent.com/u/7111340?s=256&v=4" width="128"></a>
</td>
<td width="20%" align="center" rowspan="2" colspan="2">
<a href="https://www.gatsbyjs.org">Gatsby</a><br><br>
<a href="https://www.gatsbyjs.org"><img src="https://avatars1.githubusercontent.com/u/12551863?s=256&v=4" width="128"></a>
</td>
</tr>
<tr valign="middle">
</tr>
<tr valign="middle">
<td width="20%" align="center" rowspan="2" colspan="2">

@@ -343,6 +351,2 @@ <a href="https://www.netlify.com">Netlify</a><br><br>

</td>
</tr>
<tr valign="middle">
</tr>
<tr valign="middle">
<td width="10%" align="center">

@@ -361,4 +365,4 @@ <a href="https://www.coinbase.com">Coinbase</a><br><br>

<td width="10%" align="center">
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
<a href="https://boostnote.io">Boost Note</a><br><br>
<a href="https://boostnote.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>

@@ -372,7 +376,5 @@ <td width="10%" align="center">

<td width="10%"></td>
<td width="10%"></td>
<td width="10%"></td>
</tr>
<tr valign="middle">
<td width="100%" align="center" colspan="10">
<td width="100%" align="center" colspan="8">
<br>

@@ -379,0 +381,0 @@ <a href="https://opencollective.com/unified"><strong>You?</strong></a>

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