@rysun/security-gate
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

@rysun/security-gate

Add a security layer to your code in production with security-gate. This package checks the console.log () in all files that end with .js, .ts, .jsx, and .tsx extensions. It will throw an error if the console.log () exists in any files and won't allow the user to make a commit through Command or any GUI.

Installation & Usage

To install this package, enter this command on your terminal:

npm install @rysun/security-gate
or
yarn add @rysun/security-gate

To use the functionality of this node module in your project, run the following command in the terminal:

npx security_gate

Or else you can download this package globally in your system using the following command:

npm install -g @rysun/security-gate
or
yarn global add @rysun/security-gate

To use the functionality of this node module globally in your project, run the following command in the terminal:

security_gate

Package Sidebar

Install

npm i @rysun/security-gate

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

11.7 kB

Total Files

16

Last publish

Collaborators

  • rysun