Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extra-eyes

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-eyes

Catch insensitive, inconsiderate writing, and bad spelling. A fork of alex https://github.com/get-alex/alex.

  • 3.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

👀 extra-eyes

Catch insensitive, inconsiderate writing, and bad spelling.

🍴 A fork of https://github.com/get-alex/alex MIT © Titus Wormer

This tool also uses:


Install:

npm install extra-eyes

Run from your terminal and point at folder of files:

extra-eyes pages/

Create your own dictionary mydictionary.dic and then pass it to extra-eyes:

extra-eyes pages/ --dict=mydictionary.dic

Add it to package.json:

{
  "scripts": {
    "test-content": "extra-eyes pages/ --dict=mydictionary.dic"
  }
}

Make Travis (.travis.yml) only run extra-eyes on the diff:

script:
  - npm test
  - extra-eyes pages/ --dict=mydictionary.dic --diff

FAQs

Package last updated on 30 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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