Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@textlint/ast-traverse

Package Overview
Dependencies
Maintainers
3
Versions
77
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.0.8 to 2.0.9

17

CHANGELOG.md

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

<a name="2.0.9"></a>
## [2.0.9](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.0.8...@textlint/ast-traverse@2.0.9) (2018-07-22)
### Chores
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4))
### Code Refactoring
* **kernel:** separate linter and fixer descriptor ([b5bc8bd](https://github.com/textlint/textlint/commit/b5bc8bd))
* **typescript:** update to TypeScript 2.8 ([f7b2b08](https://github.com/textlint/textlint/commit/f7b2b08))
<a name="2.0.8"></a>

@@ -8,0 +25,0 @@ ## [2.0.8](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.0.7...@textlint/ast-traverse@2.0.8) (2018-04-02)

16

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

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

"dependencies": {
"@textlint/ast-node-types": "^4.0.2"
"@textlint/ast-node-types": "^4.0.3"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^6.0.8",
"@types/mocha": "^2.2.44",
"@textlint/markdown-to-ast": "^6.0.9",
"@types/mocha": "^5.2.0",
"@types/node": "^8.5.1",
"cross-env": "^5.1.1",
"mocha": "^4.0.1",
"mocha": "^5.1.1",
"rimraf": "^2.6.2",
"ts-node": "^4.0.2",
"ts-node-test-register": "^1.0.1",
"typescript": "^2.6.2"
"ts-node": "^7.0.0",
"ts-node-test-register": "^4.0.0",
"typescript": "~2.8.4"
},

@@ -49,0 +49,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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