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
3
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 3.1.0-alpha.bbfc8f6d to 4.0.0

35

CHANGELOG.md

@@ -6,2 +6,37 @@ # Change Log

<a name="4.0.0"></a>
# [4.0.0](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@3.0.10...@textlint/textlint-plugin-text@4.0.0) (2018-07-22)
### Bug Fixes
* **kernel:** make rule and plugin's option value {} by default ([b7aa63d](https://github.com/textlint/textlint/commit/b7aa63d))
### Chores
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4))
### Documentation
* **plugin:** add "extensions" option to docs ([8026997](https://github.com/textlint/textlint/commit/8026997))
* **plugin:** add plugin configuration ([6e179ec](https://github.com/textlint/textlint/commit/6e179ec))
### Features
* **textlint-text-markdown:** support "extensions" option ([cce29ed](https://github.com/textlint/textlint/commit/cce29ed))
### BREAKING CHANGES
* **kernel:** Previously, textlint pass `true` to rule and plugin as default value of option.
This commit change the default value to `{}` (empty object).
fix https://github.com/textlint/textlint/issues/535
<a name="3.0.10"></a>

@@ -8,0 +43,0 @@ ## [3.0.10](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@3.0.9...@textlint/textlint-plugin-text@3.0.10) (2018-04-02)

6

package.json
{
"name": "@textlint/textlint-plugin-text",
"version": "3.1.0-alpha.bbfc8f6d",
"version": "4.0.0",
"description": "plain text plugin for textlint",

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

"dependencies": {
"@textlint/text-to-ast": "^3.1.0-alpha.bbfc8f6d"
"@textlint/text-to-ast": "^3.0.9"
},

@@ -45,3 +45,3 @@ "devDependencies": {

"rimraf": "^2.6.2",
"textlint": "^10.3.0-alpha.bbfc8f6d",
"textlint": "^11.0.0",
"textlint-rule-no-todo": "^2.0.0"

@@ -48,0 +48,0 @@ },

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