New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@textlint/text-to-ast

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/text-to-ast - npm Package Compare versions

Comparing version

to
3.3.3

14

CHANGELOG.md

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

<a name="3.3.3"></a>
## [3.3.3](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.3.2...@textlint/text-to-ast@3.3.3) (2021-03-19)
### Chores
* **deps:** update dependency mocha to ^8.3.0 ([0464adb](https://github.com/textlint/textlint/commit/0464adb))
* **deps:** update dependency mocha to ^8.3.1 ([cc509ed](https://github.com/textlint/textlint/commit/cc509ed))
* **deps:** update patch updates ([183eb8d](https://github.com/textlint/textlint/commit/183eb8d))
<a name="3.3.2"></a>

@@ -8,0 +22,0 @@ ## [3.3.2](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.3.1...@textlint/text-to-ast@3.3.2) (2021-02-06)

10

package.json
{
"name": "@textlint/text-to-ast",
"version": "3.3.2",
"version": "3.3.3",
"description": "Parse plain text to AST with location info.",

@@ -43,9 +43,9 @@ "keywords": [

"dependencies": {
"@textlint/ast-node-types": "^4.4.1"
"@textlint/ast-node-types": "^4.4.2"
},
"devDependencies": {
"@textlint/ast-tester": "^2.3.2",
"@textlint/ast-tester": "^2.3.3",
"cross-env": "^7.0.3",
"eol-converter-cli": "^1.0.8",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"power-assert": "^1.6.1",

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

},
"gitHead": "e98bfa1d414e7a5d3ba85d4f0191ecafd9a54833"
"gitHead": "5c40c1429736a0ed86bea07a39cb0eba31be11d4"
}