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
4
Versions
78
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 3.2.2 to 3.2.3

module/index.d.ts

12

CHANGELOG.md

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

<a name="3.2.3"></a>
## [3.2.3](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.2...@textlint/text-to-ast@3.2.3) (2020-07-24)
### Bug Fixes
* "clean" command should remove tsconfig.module.tsbuildinfo ([76ac72a](https://github.com/textlint/textlint/commit/76ac72a))
<a name="3.2.2"></a>

@@ -8,0 +20,0 @@ ## [3.2.2](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.1...@textlint/text-to-ast@3.2.2) (2020-07-24)

10

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

@@ -35,3 +35,3 @@ "keywords": [

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo",
"crlf": "eolConverter crlf test/snapshots/crlf/input.txt",

@@ -44,6 +44,6 @@ "prepublish": "npm run --if-present build",

"dependencies": {
"@textlint/ast-node-types": "^4.3.2"
"@textlint/ast-node-types": "^4.3.3"
},
"devDependencies": {
"@textlint/ast-tester": "^2.2.2",
"@textlint/ast-tester": "^2.2.3",
"cross-env": "^7.0.2",

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

},
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68"
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147"
}
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