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

@textlint/ast-traverse

Package Overview
Dependencies
Maintainers
4
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.1.7 to 2.2.0

lib/index.d.ts

22

CHANGELOG.md

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

<a name="2.2.0"></a>
# [2.2.0](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.7...@textlint/ast-traverse@2.2.0) (2020-07-24)
### Chores
* **deps:** update devDepencies ([#667](https://github.com/textlint/textlint/issues/667)) ([0503af6](https://github.com/textlint/textlint/commit/0503af6))
### Code Refactoring
* **typescript:** Use TypeScript Project References ([#668](https://github.com/textlint/textlint/issues/668)) ([bbffd43](https://github.com/textlint/textlint/commit/bbffd43))
### Tests
* migrate mocha.opts to .mocharc.json ([#682](https://github.com/textlint/textlint/issues/682)) ([332ae5e](https://github.com/textlint/textlint/commit/332ae5e))
<a name="2.1.7"></a>

@@ -8,0 +30,0 @@ ## [2.1.7](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.6...@textlint/ast-traverse@2.1.7) (2020-02-07)

50

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

@@ -13,36 +13,40 @@ "keywords": [

},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"files": [
"lib"
],
"main": "./lib/ast-traverse/src/index.js",
"types": "./lib/ast-traverse/src/index.d.ts",
"main": "./lib/index.js",
"module": "./module/index.js",
"types": "./lib/index.d.ts",
"directories": {
"test": "test/"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"files": [
"bin/",
"lib/",
"modules/",
"src/"
],
"scripts": {
"build": "cross-env NODE_ENV=production tsc -p .",
"clean": "rimraf lib/",
"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ tsconfig.tsbuildinfo",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch"
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/ast-node-types": "^4.2.5"
"@textlint/ast-node-types": "^4.3.0"
},
"devDependencies": {
"@textlint/markdown-to-ast": "^6.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.7.12",
"cross-env": "^6.0.3",
"mocha": "^6.2.1",
"rimraf": "^3.0.0",
"ts-node": "^8.4.1",
"@textlint/markdown-to-ast": "^6.2.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"cross-env": "^7.0.2",
"mocha": "^7.1.1",
"rimraf": "^3.0.2",
"ts-node": "^8.8.2",
"ts-node-test-register": "^8.0.1",
"typescript": "~3.6.4"
"typescript": "~3.8.3"
},

@@ -52,3 +56,3 @@ "publishConfig": {

},
"gitHead": "07ab1c204508da3f9b26f1299bcbdb48a52a58a9"
"gitHead": "6b0b383ca2f562dfea1e4261daf9da05b7ddc29e"
}
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