Socket
Socket
Sign inDemoInstall

initials

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initials - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

6

bin/authorize-push.js

@@ -15,9 +15,9 @@ #!/usr/bin/env node

'git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ',
'git config user.email o.gasidlo@gmail.com && ',
'git config user.name "zoepage"'
'git config user.email "gregor@martynus.net" && ',
'git config user.name "gr2m"'
]
commands.forEach(function (command) {
console.log('[authorize-push] %s', command)
console.log('[authorize-push] %s', command.replace(GH_TOKEN, '***GH_TOKEN***'))
exec(command)
})

@@ -47,3 +47,3 @@ {

},
"version": "2.1.3"
"version": "2.1.4"
}
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