Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markdown-it-slack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-slack - npm Package Compare versions

Comparing version 1.0.2 to 1.0.5

6

package.json
{
"name": "markdown-it-slack",
"version": "1.0.2",
"version": "1.0.5",
"description": "Renders *bold* to <strong>bold</strong>",

@@ -13,3 +13,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/arve0/markdown-it-underline.git"
"url": "git+https://github.com/invisible-tech/markdown-it-slack.git"
},

@@ -24,3 +24,3 @@ "keywords": [

"license": "MIT",
"homepage": "https://github.com/arve0/markdown-it-slack#readme",
"homepage": "https://github.com/invisible-tech/markdown-it-slack#readme",
"devDependencies": {

@@ -27,0 +27,0 @@ "markdown-it": "^8.1.0",

@@ -13,7 +13,12 @@ # markdown-it-slack

```
## Installation
```md
yarn add markdown-it-slack
```
## Usage
```js
const markdownItStrong = require('markdown-it-underline');
const markdownItStrong = require('markdown-it-slack');
const md = require('markdown-it')().use(markdownItStrong);
```
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