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

update-gatsby-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-gatsby-dependencies - npm Package Compare versions

Comparing version 2.0.0-beta-1 to 2.0.0-beta-2

6

bin/index.js

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

console.log(
`\n Pro Tip: add -i or --install to install the dependencies automatically`
`\n Pro Tip: add -i or --install to install the dependencies automatically ${
argv.beta || argv.b
? null
: "or add --beta to install beta dependencies"
}`
);

@@ -30,0 +34,0 @@ }

2

package.json
{
"name": "update-gatsby-dependencies",
"version": "2.0.0-beta-1",
"version": "2.0.0-beta-2",
"description": "A package that will update gatsby v4 dependencies from alpha to beta",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,3 +24,5 @@ const { PACKAGE_FILE } = require("./constants");

console.log(`updating based on ${version}tag`);
console.log(
`updating based on ${version}tag this can be changed by using the --version flag e.g. --version alpha`
);
const isfindingPackage = Boolean(

@@ -27,0 +29,0 @@ process.env.PACKAGE_NAME || process.env.PACKAGE_TYPE

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