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
3
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.7.0 to 1.7.1

2

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

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

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

if (!info.branchName.startsWith(config.branchPrefix)) {
return console.error('Not a Greenkeeper branch')
return console.error(`'${info.branchName}' is not a Greenkeeper branch`)
}

@@ -46,0 +46,0 @@

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

if (!info.branchName.startsWith(config.branchPrefix)) {
return console.error('Not a Greenkeeper branch')
return console.error(`'${info.branchName}' is not a Greenkeeper branch`)
}

@@ -23,0 +23,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