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-2 to 2.0.0-beta-3

2

bin/index.js

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

argv.beta || argv.b
? null
? ``
: "or add --beta to install beta dependencies"

@@ -32,0 +32,0 @@ }`

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

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

@@ -22,6 +22,6 @@ const { PACKAGE_FILE } = require("./constants");

(argv.beta ? `next` : `latest`)
} `;
}`;
console.log(
`updating based on ${version}tag this can be changed by using the --version flag e.g. --version alpha`
`updating based on ${version} tag this can be changed by using the --version flag e.g. --version alpha`
);

@@ -28,0 +28,0 @@ const isfindingPackage = Boolean(

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