Socket
Socket
Sign inDemoInstall

markdown-escapes

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

16

package.json
{
"name": "markdown-escapes",
"version": "1.0.3",
"version": "1.0.4",
"description": "List of escapable characters in markdown",

@@ -15,2 +15,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/markdown-escapes/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -27,8 +31,8 @@ "contributors": [

"nyc": "^14.0.0",
"prettier": "^1.12.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},

@@ -35,0 +39,0 @@ "scripts": {

@@ -10,13 +10,13 @@ # markdown-escapes

## Installation
## Install
[npm][]:
```bash
```sh
npm install markdown-escapes
```
## Usage
## Use
```javascript
```js
var escapes = require('markdown-escapes');

@@ -35,5 +35,5 @@

Get escapes. Supports `options.commonmark` and `options.gfm`, which
when `true` returns the extra escape characters supported by those
flavours.
Get escapes.
Supports `options.commonmark` and `options.gfm`, which when `true` returns the
extra escape characters supported by those flavors.

@@ -40,0 +40,0 @@ ###### Returns

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc