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 1.1.22 to 1.1.23

2

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

@@ -5,0 +5,0 @@ "author": {

@@ -36,6 +36,2 @@ [

["id['’]?s", "IDs"],
["back[- ]end(\\w*)", "backend$1"],
["front[- ]end(\\w*)", "frontend$1"],
["end ?to ?end", "end-to-end"],
["hot[- ]key", "hotkey"],
["build system(s?)", "build tool$1"],

@@ -45,17 +41,29 @@ ["CLI tool(s?)", "command line tool$1"],

["repo\\b", "repository"],
// Single word
["auto[- ]complete", "autocomplete"],
["auto[- ]format", "autoformat"],
["auto[- ]fix", "autofix"],
["auto[- ]fixing", "autofixing"],
["back[- ]end(\\w*)", "backend$1"],
["bug[- ]fix(es?)", "bugfix$1"],
["front[- ]end(\\w*)", "frontend$1"],
["hot[- ]key", "hotkey"],
["lock[- ]file(s?)", "lockfile$1"],
["name[- ]space(s?)", "namespace$1"],
["pre[- ]release(s?)", "prerelease$1"],
// Multiple words
["change-?log(s?)", "change log$1"],
["css-?in-?js", "CSS in JS"],
["file-?type(s?)", "file type$1"],
["style-?guide(s?)", "style guide$1"],
["change-?log(s?)", "change log$1"],
["tree-?shaking", "tree shaking"],
["source-?map(s?)", "source map$1"],
["pre ?release(s?)", "pre-release$1"],
["server ?side", "server-side"],
// Hyphenated
["client ?side", "client-side"],
["filetype(s?)", "file type$1"],
["auto[- ]?complete", "autocomplete"],
["auto[- ]?format", "autoformat"],
["auto[- ]?fix", "autofix"],
["auto[- ]?fixing", "autofixing"],
["name[- ]space(s?)", "namespace$1"],
["tree-?shaking", "tree shaking"],
["css-?in-?js", "CSS in JS"],
["end ?to ?end", "end-to-end"],
["higher ?order", "higher-order"],
["server ?side", "server-side"],

@@ -62,0 +70,0 @@ // Starts from a lower case letter in the middle of a sentence

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