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
0
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.0.22 to 5.1.0

2

index.js

@@ -73,3 +73,3 @@ // @ts-check

const fix = fixer.replaceTextRange(range, replacement);
const message = `Incorrect usage of the term: “${matched.trim()}”, use “${replacement.trim()}” instead`;
const message = `Incorrect term: “${matched.trim()}”, use “${replacement.trim()}” instead`;
report(node, new RuleError(message, { index, fix }));

@@ -76,0 +76,0 @@ }

{
"name": "textlint-rule-terminology",
"version": "5.0.22",
"version": "5.1.0",
"description": "TextLint rule to check correct terms spelling",

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

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