Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neilbmclaughlin/github-secrets

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neilbmclaughlin/github-secrets - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

bin/github-secrets.js

@@ -28,6 +28,7 @@ #!/usr/bin/env node

}
const envVarMsg = 'Note: Options can also be specified in env vars prepended with \'GITHUB_SECRETS\' (e.g. GITHUB_SECRETS_ACCESS_TOKEN, GITHUB_SECRETS_OWNER)'
const argv = yargs
.command(
'put [option] <filename>', 'upsert repository secrets from a file',
'put [option] <filename>', `upsert repository secrets from a file\n\n${envVarMsg}`,
builder,

@@ -41,3 +42,3 @@ (argv) => {

.command(
'delete [option] <filename>', 'delete repository secrets from a file list',
'delete [option] <filename>', `delete repository secrets from a file list\n\n${envVarMsg}`,
builder,

@@ -50,2 +51,3 @@ (argv) => {

)
.env('GITHUB_SECRETS')
.argv

@@ -52,0 +54,0 @@

{
"name": "@neilbmclaughlin/github-secrets",
"version": "0.0.6",
"version": "0.0.7",
"description": "manage git repository secrets",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc