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

file-name-linter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-name-linter

validates if the file names in one or more directories match a convention

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
increased by3.84%
Maintainers
1
Weekly downloads
 
Created
Source

file-name-linter

node module that validates if the file names in one or more directories match a convention

Build status coverage report NPM version

Goals

  • no external dependencies in production environment
  • small size (currently less than 0.2 MB)
  • simple config (see example config)
  • allow custom file name patterns
  • check all file extensions
  • 100% test coverage

Alternatives

eslint-plugin-filenames

  • 3 dependencies (0.2 MB)
  • only checks JavaScript files
  • can't check file extensions

fnlint

fs-lint

  • 6 dependencies (2.2 MB)
  • can't check file extensions
  • no support for custom file name patterns
  • unsure about test coverage

name-lint

  • 2 dependencies (0.4 MB)
  • can't check file extensions
  • unsure about test coverage

rubocop

  • only checks Ruby files
  • can't check file extensions

Keywords

FAQs

Package last updated on 04 Oct 2018

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