@jayrajsinhzala/demo
v1.0.6
Published
This package provides the security that check the console.log() in all files the endswith .js, .ts, .jsx, .tsx extensions. it will through an error if the console.log() is exist in any files and it won't allow user to make commit through command or any GU
Downloads
8
Readme
security_gate
This package provides the security that check the console.log() in all files the endswith .js, .ts, .jsx, .tsx extensions. it will through an error if the console.log() is exist in any files and it won't allow user to make commit through command or any GUI.
Installation & Usage
To install this package please enter this command on your terminal:
npm install security_gate
or
yarn add security_gate
To use the functionality of this node module in your project you need to run the following command in terminal:
npx security_gate
or else you can download this package globally in your system with this command:
npm install -g security_gate
or
yarn global add security_gate
To use the functionality of this node module Globally in your project you need to run the following command in terminal:
security_gate