Socket
Socket
Sign inDemoInstall

fixids

Package Overview
Dependencies
152
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fixids

This small module allows you to add ids to all those html elements that do not have this attribute of those .html files that are in a given folder


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

FIX-IDS

This small module allows you to add ids to all those html elements that do not have this attribute of those .html files that are in a given folder

Installation

Install this module with npm

npm i -g fixids

Usage

Once the module is installed, from the project folder you want to "fix", you must execute the command: fixids, it will automatically request two parameters per screen: the directory to fix and the length of the ids to generate

WABOT

You can use a .env.local file in your repository directory to be able to indicate the parameters with which to run:

FIX_DIRECTORY=src
FIX_LARGE_ID=12
FIX_ALLOWED_TAGS=button, a, li
FIX_EXCLUDED_TAGS=

Keywords

FAQs

Last updated on 27 Apr 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc