Socket
Book a DemoInstallSign in
Socket

reg-simple-keygen-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reg-simple-keygen-plugin

Determine snapshot key with given values

latest
Source
npmnpm
Version
0.14.2
Version published
Maintainers
1
Created
Source

reg-simple-keygen-plugin

A reg-suit plugin to determine the snapshot key with given values.

Install

npm i reg-simple-keygen-plugin -D

Configure

{
  expectedKey: string;
  actualKey: string;
}
  • expectedKey - Required - Identifier key value of the expected(previous) snapshot.
  • actualKey - Required - Identifier key value of the actual(current) snapshot.

Example

Using environment values

Using reg-suit's replacing environment values feature, you can use Git commit sha1 hashes provided with CI service. The following example allows reg-suit to compare HEAD of the master branch with the PR's commit.

# .travis.yml
script:
  - export EXPECTED_KEY=$(git rev-parse origin/master)
  - export ACTUAL_KEY=$TRAVIS_COMMIT # set by TravisCI
  - reg-suit run
  // regconfig.json
  "plugins": {
    "reg-simple-keygen-plugin": {
      "expectedKey": "${EXPECTED_KEY}",
      "actualKey": "${ACTUAL_KEY}"
    },
    ...
  }

Keywords

reg

FAQs

Package last updated on 01 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.