@secretlint/secretlint-rule-secp256k1-privatekey
TypeScript icon, indicating that this package has built-in type declarations

9.0.0 • Public • Published

@secretlint/secretlint-rule-secp256k1-privatekey

A secretlint for secp256k1 curve private keys such as used by Bitcoin an Ethereum.

Install

Install with npm:

npm install @secretlint/secretlint-rule-secp256k1-privatekey

Usage

Via .secretlintrc.json(Recommended)

{
    "rules": [
        {
            "id": "@secretlint/secretlint-rule-secp256k1-privatekey"
        }
    ]
}

MessageIDs

secp256k1Priv

found secp256k1 private key: {{KEY}}

Secp256k1 curve private keys such as used by Bitcoin an Ethereum. It should be treated as credentials.

Options

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © mtsalenc

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.0-beta.680canary
3.3.1-next.190next
9.0.0119latest

Version History

VersionDownloads (Last 7 Days)Published
9.0.0119
8.5.00
8.4.00
8.3.30
8.3.20
8.3.10
8.3.00
8.2.47
8.2.30
8.2.20
8.2.13
8.2.00
8.1.20
8.1.10
8.1.01
8.0.00
7.2.00
7.1.00
7.0.80
7.0.70
7.0.60
7.0.50
7.0.40
7.0.30
7.0.20
7.0.10
7.0.00
7.0.0-beta.680
7.0.0-beta.660
7.0.0-beta.650
7.0.0-beta.640
6.2.40
6.2.30
6.2.20
6.2.10
6.2.00
6.1.00
6.0.20
6.0.10
5.3.00
5.2.40
5.2.10
5.2.00
5.1.30
5.1.20
5.1.10
5.1.00
5.0.10
5.0.00
4.2.00
4.1.33
4.0.00
3.3.1-next.190
3.3.00
3.1.00
3.0.00
2.2.00
2.1.10
2.1.00
2.0.01
1.1.00
1.0.50
1.0.40
1.0.30
1.0.21
1.0.10

Package Sidebar

Install

npm i @secretlint/secretlint-rule-secp256k1-privatekey

Weekly Downloads

135

Version

9.0.0

License

MIT

Unpacked Size

10.8 kB

Total Files

8

Last publish

Collaborators

  • secretlint-bot
  • azu