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

@textlint/textlint-plugin-markdown

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/textlint-plugin-markdown - npm Package Compare versions

Comparing version 5.3.5 to 12.0.0-beta.0

lib/src/index.d.ts

18

package.json
{
"name": "@textlint/textlint-plugin-markdown",
"version": "5.3.5",
"version": "12.0.0-beta.0",
"description": "Markdown support for textlint.",

@@ -20,5 +20,5 @@ "keywords": [

"author": "azu",
"type": "lib/index.d.ts",
"main": "lib/index.js",
"module": "./module/index.js",
"types": "lib/src/index.d.ts",
"main": "lib/src/index.js",
"module": "module/src/index.js",
"directories": {

@@ -35,3 +35,3 @@ "test": "test"

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo",
"clean": "rimraf lib/ module/",
"prepublish": "npm run --if-present build",

@@ -42,6 +42,6 @@ "test": "mocha \"test/**/*.{js,ts}\"",

"dependencies": {
"@textlint/markdown-to-ast": "^6.3.5"
"@textlint/markdown-to-ast": "^12.0.0-beta.0"
},
"devDependencies": {
"@textlint/kernel": "^3.4.5",
"@textlint/kernel": "^12.0.0-beta.0",
"cross-env": "^7.0.3",

@@ -53,3 +53,3 @@ "mocha": "^8.4.0",

"ts-node-test-register": "^9.0.1",
"typescript": "^4.0.2"
"typescript": "^4.2.4"
},

@@ -60,3 +60,3 @@ "publishConfig": {

"email": "azuciao@gmail.com",
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b"
"gitHead": "1e0d0d7f628be0bfce04b6cd36fcc8390ca43096"
}
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