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

@textlint/textlint-plugin-text

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 12.2.1 to 12.2.2

4

lib/src/TextProcessor.d.ts

@@ -9,7 +9,7 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types";

processor(_ext: string): {
preProcess(text: string, _filePath?: string | undefined): TxtNode | {
preProcess(text: string, _filePath?: string): TxtNode | {
text: string;
ast: TxtNode;
};
postProcess(messages: Array<any>, filePath?: string | undefined): {
postProcess(messages: Array<any>, filePath?: string): {
messages: Array<any>;

@@ -16,0 +16,0 @@ filePath: string;

@@ -9,7 +9,7 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types";

processor(_ext: string): {
preProcess(text: string, _filePath?: string | undefined): TxtNode | {
preProcess(text: string, _filePath?: string): TxtNode | {
text: string;
ast: TxtNode;
};
postProcess(messages: Array<any>, filePath?: string | undefined): {
postProcess(messages: Array<any>, filePath?: string): {
messages: Array<any>;

@@ -16,0 +16,0 @@ filePath: string;

{
"name": "@textlint/textlint-plugin-text",
"version": "12.2.1",
"version": "12.2.2",
"description": "plain text plugin for textlint",

@@ -36,14 +36,14 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/",

"dependencies": {
"@textlint/text-to-ast": "^12.2.1"
"@textlint/text-to-ast": "^12.2.2"
},
"devDependencies": {
"@textlint/kernel": "^12.2.1",
"@types/mocha": "8.2.3",
"@textlint/kernel": "^12.2.2",
"@types/mocha": "9.1.1",
"cross-env": "^7.0.3",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"textlint-rule-no-todo": "^2.0.1",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"ts-node-test-register": "10.0.0",
"typescript": "4.4.4"
"typescript": "4.8.3"
},

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

},
"gitHead": "ef3bff64c4bd5a45ba4cbb0e3440d23e2ffb619d"
"gitHead": "db0a3e9acbd21c3a0592a705c6d0eab854d2eede"
}
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