Socket
Socket
Sign inDemoInstall

markdown-it-attrs

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-attrs - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

.nyc_output/e9cac330-82cc-495e-b882-364df3ce6e5f.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"processes":{"135703a7-e10d-4eb6-b3f8-93d3b95affc6":{"parent":"21d75c29-dffe-4913-b40c-a42f232d7f0b","children":[]},"21d75c29-dffe-4913-b40c-a42f232d7f0b":{"parent":null,"children":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"]}},"files":{"/Users/arve/git/markdown-it-attrs/index.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"],"/Users/arve/git/markdown-it-attrs/patterns.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"],"/Users/arve/git/markdown-it-attrs/utils.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"]},"externalIds":{}}
{"processes":{"e9cac330-82cc-495e-b882-364df3ce6e5f":{"parent":null,"children":[]}},"files":{"/Users/arve/git/markdown-it-attrs/index.js":["e9cac330-82cc-495e-b882-364df3ce6e5f"],"/Users/arve/git/markdown-it-attrs/patterns.js":["e9cac330-82cc-495e-b882-364df3ce6e5f"],"/Users/arve/git/markdown-it-attrs/utils.js":["e9cac330-82cc-495e-b882-364df3ce6e5f"]},"externalIds":{}}
This is an issue template. Fill in your problem description here, replacing this text. Below you should include examples.
Markdown-it versions:
```bash
# run this command and copy the output
npm ls | grep markdown-it
```
Example input:
```md

@@ -9,2 +17,3 @@ this is the markdown I'm trying to parse {.replace-me}

Current output:
```html

@@ -15,4 +24,5 @@ <p class="replace-me">this is the markdown I'm trying to parse</p>

Expected output:
```html
<p class="replace-me">this is the markdown I'm trying to parse</p>
```
{
"name": "markdown-it-attrs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",

@@ -46,11 +46,11 @@ "main": "index.js",

"eslint": "^5.16.0",
"markdown-it": "^10.0.0",
"markdown-it": "^11.0.0",
"markdown-it-implicit-figures": "^0.9.0",
"mocha": "*",
"mocha": "^7.1.1",
"nyc": "^14.1.1"
},
"peerDependencies": {
"markdown-it": ">= 9.0.0 < 11.0.0"
"markdown-it": ">= 9.0.0 < 12.0.0"
},
"tonicExampleFilename": "demo.js"
}

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