Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

supabase

Package Overview
Dependencies
Maintainers
1
Versions
937
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supabase - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dist/commands/start.js

@@ -25,3 +25,3 @@ "use strict";

const spinner = spin('Starting local Supabase...');
yield run('docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up').catch(() => {
yield run('docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up --detach').catch(() => {
spinner.fail('Error running docker-compose.');

@@ -28,0 +28,0 @@ process.exit(1);

{
"name": "supabase",
"version": "0.4.1",
"version": "0.4.2",
"description": "Supabase CLI",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/supabase/cli",

Sorry, the diff of this file is not supported yet

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