New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

greenkeeper-lockfile

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

greenkeeper-lockfile - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json
{
"name": "greenkeeper-lockfile",
"description": "Your lockfile, up to date, all the time",
"version": "1.4.0",
"version": "1.5.0",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",

@@ -6,0 +6,0 @@ "bin": {

@@ -35,2 +35,7 @@ #!/usr/bin/env node

// legacy support
if (config.branchPrefix === 'greenkeeper/' && info.branchName.startsWith('greenkeeper-')) {
config.branchPrefix = 'greenkeeper-'
}
if (!info.branchName.startsWith(config.branchPrefix)) {

@@ -37,0 +42,0 @@ return console.error('Not a Greenkeeper branch')

@@ -11,2 +11,7 @@ #!/usr/bin/env node

module.exports = function upload () {
// legacy support
if (config.branchPrefix === 'greenkeeper/' && info.branchName.startsWith('greenkeeper-')) {
config.branchPrefix = 'greenkeeper-'
}
if (!info.branchName.startsWith(config.branchPrefix)) {

@@ -16,3 +21,6 @@ return console.error('Not a Greenkeeper branch')

if (info.branchName === (config.branchPrefix + 'initial')) {
const isInitial = info.branchName === (config.branchPrefix + 'initial') ||
info.branchName === (config.branchPrefix + 'update-all')
if (isInitial) {
return console.error('Not a Greenkeeper update pull request')

@@ -19,0 +27,0 @@ }

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