You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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.1

27

CHANGELOG.md

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

<a name="3.3.1"></a>
## [3.3.1](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.4...@textlint/text-to-ast@3.3.1) (2021-01-22)
### Bug Fixes
* fix tsconfig ([a722a6f](https://github.com/textlint/textlint/commit/a722a6f))
### Chores
* **deps:** update minor updates ([2f3dcb6](https://github.com/textlint/textlint/commit/2f3dcb6))
* **deps:** update patch updates ([fe2ad4f](https://github.com/textlint/textlint/commit/fe2ad4f))
* **deps:** update patch updates ([e438ff2](https://github.com/textlint/textlint/commit/e438ff2))
* **deps:** update patch updates ([4f4c206](https://github.com/textlint/textlint/commit/4f4c206))
* **deps:** update TypeScript deps ([#705](https://github.com/textlint/textlint/issues/705)) ([1baa72a](https://github.com/textlint/textlint/commit/1baa72a))
* use [@monorepo-utils](https://github.com/monorepo-utils)/workspaces-to-typescript-project-references ([#699](https://github.com/textlint/textlint/issues/699)) ([eff1943](https://github.com/textlint/textlint/commit/eff1943))
### Features
* **source-code-fixer:** add `[@textlint](https://github.com/textlint)/source-code-fixer` ([#736](https://github.com/textlint/textlint/issues/736)) ([bf7235a](https://github.com/textlint/textlint/commit/bf7235a))
<a name="3.3.0"></a>

@@ -8,0 +35,0 @@ # [3.3.0](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.4...@textlint/text-to-ast@3.3.0) (2021-01-22)

8

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

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

"dependencies": {
"@textlint/ast-node-types": "^4.4.0"
"@textlint/ast-node-types": "^4.4.1"
},
"devDependencies": {
"@textlint/ast-tester": "^2.3.0",
"@textlint/ast-tester": "^2.3.1",
"cross-env": "^7.0.3",

@@ -59,3 +59,3 @@ "eol-converter-cli": "^1.0.8",

},
"gitHead": "6277ea4811d52357721127eca260dfa95997d19d"
"gitHead": "12508548c3d261d3a01ced5b53315fbf944e630c"
}