Socket
Socket
Sign inDemoInstall

remark

Package Overview
Dependencies
Maintainers
2
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 14.0.2 to 14.0.3

5

package.json
{
"name": "remark",
"version": "14.0.2",
"version": "14.0.3",
"description": "unified processor with support for parsing markdown input and serializing markdown as output",

@@ -47,4 +47,3 @@ "license": "MIT",

"scripts": {
"test": "node --conditions development test.js",
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
"test": "node --conditions development test.js"
},

@@ -51,0 +50,0 @@ "xo": false,

30

readme.md

@@ -68,13 +68,13 @@ # remark

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import {remark} from 'https://cdn.skypack.dev/remark@14?dts'
import {remark} from 'https://esm.sh/remark@14'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import {remark} from 'https://cdn.skypack.dev/remark@14?min'
import {remark} from 'https://esm.sh/remark@14?bundle'
</script>

@@ -263,5 +263,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">

@@ -272,6 +280,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">

@@ -290,4 +294,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>

@@ -301,7 +305,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>

@@ -362,3 +364,3 @@ <a href="https://opencollective.com/unified"><strong>You?</strong></a>

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -365,0 +367,0 @@ [unified]: https://github.com/unifiedjs/unified

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