1.0.6 • Published 10 months ago

@jayrajsinhzala/demo v1.0.6

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

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
1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago