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

@textlint/ast-tester

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-tester - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

12

CHANGELOG.md

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

<a name="2.2.2"></a>
## [2.2.2](https://github.com/textlint/textlint/compare/@textlint/ast-tester@2.2.1...@textlint/ast-tester@2.2.2) (2020-07-24)
### Bug Fixes
* **@textlint/kernel:** fix export only type definition ([1234930](https://github.com/textlint/textlint/commit/1234930))
<a name="2.2.1"></a>

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

8

package.json
{
"name": "@textlint/ast-tester",
"version": "2.2.1",
"version": "2.2.2",
"description": "Compliance tests for textlint's AST(Abstract Syntax Tree).",

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

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ tsconfig.tsbuildinfo",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo",
"prepublish": "npm run --if-present build",

@@ -43,3 +43,3 @@ "test": "mocha \"test/**/*.{js,ts}\"",

"dependencies": {
"@textlint/ast-node-types": "^4.3.1"
"@textlint/ast-node-types": "^4.3.2"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"email": "azuciao@gmail.com",
"gitHead": "367759aa4285d7cf6edc5d194ba1bac47c3a1487"
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68"
}
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