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
3
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 13.4.0 to 13.4.1

2

lib/src/MarkdownProcessor.d.ts

@@ -8,3 +8,3 @@ import type { TextlintPluginOptions } from "@textlint/types";

processor(_ext: string): {
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtNode;
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtDocumentNode;
postProcess(messages: any[], filePath?: string): {

@@ -11,0 +11,0 @@ messages: any[];

@@ -8,3 +8,3 @@ import type { TextlintPluginOptions } from "@textlint/types";

processor(_ext: string): {
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtNode;
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtDocumentNode;
postProcess(messages: any[], filePath?: string): {

@@ -11,0 +11,0 @@ messages: any[];

{
"name": "@textlint/textlint-plugin-markdown",
"version": "13.4.0",
"version": "13.4.1",
"description": "Markdown support for textlint.",

@@ -41,6 +41,6 @@ "keywords": [

"dependencies": {
"@textlint/markdown-to-ast": "^13.4.0"
"@textlint/markdown-to-ast": "^13.4.1"
},
"devDependencies": {
"@textlint/kernel": "^13.4.0",
"@textlint/kernel": "^13.4.1",
"mocha": "^10.2.0",

@@ -55,3 +55,3 @@ "rimraf": "^3.0.2",

"email": "azuciao@gmail.com",
"gitHead": "6aad8fe8f9c76388d11a27be1d6fbf112b8e2396"
"gitHead": "12529a831ab27256c0a322b439420f741ad22029"
}

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