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

@textlint/ast-traverse

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/ast-traverse - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

module/index.d.ts

12

CHANGELOG.md

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

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

@@ -8,0 +20,0 @@ ## [2.2.3](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.2.2...@textlint/ast-traverse@2.2.3) (2020-07-24)

10

package.json
{
"name": "@textlint/ast-traverse",
"version": "2.2.3",
"version": "2.2.4",
"description": "TxtNode traverse library",

@@ -33,3 +33,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",
"prepublish": "npm run --if-present build",

@@ -40,6 +40,6 @@ "test": "mocha \"test/**/*.ts\"",

"dependencies": {
"@textlint/ast-node-types": "^4.3.2"
"@textlint/ast-node-types": "^4.3.3"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^6.2.3",
"@textlint/markdown-to-ast": "^6.2.4",
"@types/mocha": "^7.0.2",

@@ -57,3 +57,3 @@ "@types/node": "^13.11.1",

},
"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