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.0.2 to 12.1.0

lib/tsconfig.tsbuildinfo

2

lib/src/TextProcessor.js

@@ -19,3 +19,3 @@ /* eslint-disable no-unused-vars */

preProcess(text, _filePath) {
return text_to_ast_1.parse(text);
return (0, text_to_ast_1.parse)(text);
},

@@ -22,0 +22,0 @@ postProcess(messages, filePath) {

{
"name": "@textlint/textlint-plugin-text",
"version": "12.0.2",
"version": "12.1.0",
"description": "plain text plugin for textlint",

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

"dependencies": {
"@textlint/text-to-ast": "^12.0.2"
"@textlint/text-to-ast": "^12.1.0"
},
"devDependencies": {
"@textlint/kernel": "^12.0.2",
"@textlint/kernel": "^12.1.0",
"@types/mocha": "8.2.3",

@@ -46,5 +46,5 @@ "cross-env": "^7.0.3",

"textlint-rule-no-todo": "^2.0.1",
"ts-node": "9.1.1",
"ts-node-test-register": "9.0.1",
"typescript": "4.2.4"
"ts-node": "10.4.0",
"ts-node-test-register": "10.0.0",
"typescript": "4.4.4"
},

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

},
"gitHead": "a7826f57258ee6bf68197d983bf5ec71c1b5f565"
"gitHead": "a393919e9c77078db47dc14d1baf3ab3a8e1bfcd"
}

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