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
2
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 12.1.1 to 12.2.0

16

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

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

"clean": "rimraf lib/ module/",
"prepublish": "npm run --if-present build",
"prepack": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",

@@ -44,12 +44,12 @@ "watch": "tsc -b --watch"

"dependencies": {
"@textlint/ast-node-types": "^12.1.1",
"debug": "^4.3.3"
"@textlint/ast-node-types": "^12.2.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.12",
"@types/node": "^14.18.21",
"cross-env": "^7.0.3",
"mocha": "^9.2.1",
"mocha": "^9.2.2",
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"ts-node": "^10.8.1",
"ts-node-test-register": "^10.0.0",

@@ -62,3 +62,3 @@ "typescript": "^4.4.4"

"email": "azuciao@gmail.com",
"gitHead": "b9a94b850b8303b84a530fd88ad712b03e4d7762"
"gitHead": "e14b6e6ae685dabfca3c8c3f2a33c2029fce8724"
}
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