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 2.1.5 to 2.1.6

terms.jsonc

2

index.js

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

const defaults = defaultTerms
? loadJson(path.resolve(__dirname, 'terms.json'))
? loadJson(path.resolve(__dirname, 'terms.jsonc'))
: [];

@@ -93,0 +93,0 @@ const extras = typeof terms === 'string' ? loadJson(terms) : terms;

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

@@ -18,3 +18,3 @@ "author": {

"index.js",
"terms.json"
"terms.jsonc"
],

@@ -21,0 +21,0 @@ "scripts": {

@@ -39,3 +39,3 @@ # textlint-rule-terminology

"terminology": {
// Load default terms (see terms.json in the repository)
// Load default terms (see terms.jsonc in the repository)
"defaultTerms": true,

@@ -65,3 +65,3 @@ // Syntax elements to skip. Overrides the default

// OR load terms from a file
"terms": "~/terms.json",
"terms": "~/terms.jsonc",
// OR load terms from npm

@@ -78,3 +78,3 @@ "terms": "@johnsmith/terms",

Check [the default terminology](./terms.json). Read more about [configuring textlint](https://github.com/textlint/textlint/blob/master/docs/configuring.md).
Check [the default terminology](./terms.jsonc). Read more about [configuring textlint](https://github.com/textlint/textlint/blob/master/docs/configuring.md).

@@ -81,0 +81,0 @@ ## Tips & tricks

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