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

supabase

Package Overview
Dependencies
Maintainers
1
Versions
920
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.2.2 to 0.3.0

dist/commands/eject.js

4

dist/commands/supabase.js

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

name: 'supabase',
run: ({ meta: { version }, parameters: { options }, print: { error, info, fancy, colors: { bold, green, muted }, }, }) => __awaiter(void 0, void 0, void 0, function* () {
run: ({ meta: { version }, parameters: { options }, print: { error, info, fancy, colors: { bold, green, muted, highlight }, }, }) => __awaiter(void 0, void 0, void 0, function* () {
const printHelp = () => fancy(`${muted(`Supabase CLI ${version()}`)}

@@ -25,2 +25,4 @@

stop Stop local emulator
eject Create a ${highlight('docker')} directory with the Docker setup for the emulator.
See ${highlight('https://supabase.io/docs/guides/self-hosting')} for details.

@@ -27,0 +29,0 @@ Options:

{
"name": "supabase",
"version": "0.2.2",
"version": "0.3.0",
"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