1.0.5 • Published 3 months ago

@rysun/security-gate v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

@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
1.0.5

3 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago