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

textlint-rule-terminology

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-terminology - npm Package Compare versions

Comparing version 5.1.9 to 5.2.0

out/index.js

58

package.json
{
"name": "textlint-rule-terminology",
"version": "5.1.9",
"version": "5.2.0",
"description": "TextLint rule to check correct terms spelling",

@@ -15,5 +15,6 @@ "author": {

},
"main": "index.js",
"type": "module",
"exports": "./out/index.js",
"files": [
"index.js",
"out",
"terms.jsonc"

@@ -23,9 +24,11 @@ ],

"pretest": "npm run lint",
"test": "npm run test:jest",
"test": "npm run test:vitest",
"posttest": "npm run format",
"lint": "eslint . --cache --fix",
"test:jest": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"format": "prettier --write \"**/*.{js,md}\""
"test:vitest": "vitest run",
"test:watch": "vitest",
"build": "tsc",
"format": "prettier --write \"**/*.{ts,js,md}\"",
"prepublish": "npm run build",
"prepare": "husky"
},

@@ -42,30 +45,27 @@ "keywords": [

"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-tamia": "^7.1.1",
"husky": "^4.0.7",
"jest": "^29.1.2",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"textlint-tester": "^5.1.13"
"@textlint/ast-node-types": "^14.0.4",
"@textlint/types": "^14.0.4",
"eslint": "^9.7.0",
"eslint-config-tamia": "^9.1.8",
"husky": "^9.1.2",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"textlint-tester": "^14.0.4",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"dependencies": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",
"textlint-rule-helper": "^2.1.1"
"@types/lodash": "^4.17.7",
"lodash": "^4.17.21",
"strip-json-comments": "^5.0.1",
"textlint-rule-helper": "^2.3.1"
},
"husky": {
"hooks": {
"precommit": "lint-staged"
}
},
"lint-staged": {
"*.{js,md}": [
"prettier --write",
"git add"
"*.{ts,js,md}": [
"prettier --write"
],
"*.js": [
"eslint --fix",
"git add"
"*.{ts,js}": [
"eslint --fix"
]
}
}

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