0.0.10 • Published 4 years ago

@ygkit/secure v0.0.10

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

@ygkit/secure

npm NPM downloads

Node secure scan tool.

Functions

NameDescription
scanScan sensitive information.

Install

$ npm i @ygkit/secure -g

Usage

Run command in your git project:

$ ygsec

Notice: This command using git diff message to check.

With Husky

If you don't want to run ygsec manually, you can use it with husky.

Firstly install husky and @ygkit/secure in your project:

$ npm i @ygkit/secure husky --save-dev

Then config pre-commit hook in package.json:

{
  "husky": {
    "hooks": {
      "pre-commit": "ygsec"
    }
  }
}

After that, ygsec will run automaticly when you create a new git commit.

License

MIT

0.0.10

4 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago