New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markdown-it-multimd-table

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-multimd-table - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

13

package.json
{
"name": "markdown-it-multimd-table",
"version": "1.0.1",
"version": "1.0.2",
"description": "Multimarkdown table syntax plugin for markdown-it markdown parser",

@@ -26,2 +26,5 @@ "keywords": [

},
"dependencies":{
"markdown-it": "^5.0.3"
},
"devDependencies": {

@@ -31,11 +34,5 @@ "browserify": "*",

"eslint": "0.10.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-nodeca": "^1.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "*",
"lodash": "*",
"markdown-it": "markdown-it/markdown-it",
"markdown-it": "^5.0.3",
"markdown-it-testgen": "~0.1.0",

@@ -42,0 +39,0 @@ "mocha": "*",

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

[![NPM version](https://img.shields.io/npm/v/markdown-it-multimd-table.svg?style=flat)](https://www.npmjs.org/package/markdown-it-multimd-table)
[![Build Status](https://travis-ci.org/RedBug312/markdown-it-multimd-table.svg?branch=master)](https://travis-ci.org/RedBug312/markdown-it-multimd-table)
[![Coverage Status](https://coveralls.io/repos/github/RedBug312/markdown-it-multimd-table/badge.svg?branch=master)](https://coveralls.io/github/RedBug312/markdown-it-multimd-table?branch=master)
Multimarkdown table syntax plugin for markdown-it markdown parser

@@ -25,3 +29,3 @@

```bash
$ npm install markdown-it markdown-it-multimd-table --prefix .
$ npm install markdown-it-multimd-table --prefix .
$ vim test.js

@@ -28,0 +32,0 @@

Sorry, the diff of this file is not supported yet

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