Socket
Socket
Sign inDemoInstall

generate-codeowners

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

2

dist/cmd/generate-codeowners.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

.option('-s, --since <time>', 'Same as Git:s <since> format.', '365.day.ago')
.option('-id, --identifier <committerEmailmail|committerEmailUser|committerName>', 'Same as Git:s <since> format.', 'committerEmailmail')
.option('-id, --identifier <committerEmailmail|committerEmailUser|committerName>', 'What to add as identifer.', 'committerEmailmail')
.option('-cf, --codeownersfile <name>', 'The CODEOWNERS-file', 'CODEOWNERS')

@@ -16,0 +16,0 @@ .option('-d, --dryrun', 'Do not change anything, just print what would be changed.', false)

{
"name": "generate-codeowners",
"version": "0.0.7",
"version": "0.0.8",
"scripts": {

@@ -5,0 +5,0 @@ "build": "npm run format && tsc -p .",

@@ -22,3 +22,3 @@ # Generate Codeowners

-s, --since <time> Same as Git:s <since> format. (default: "365.day.ago")
-id, --identifier <committerEmailmail| Same as Git:s <since> format. (default: "committerEmailmail")
-id, --identifier <committerEmailmail| What to add as identifer. (default: "committerEmailmail")
committerEmailUser|

@@ -25,0 +25,0 @@ committerName>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc