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.1 to 0.2.2

1

dist/cli.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

7

package.json
{
"name": "supabase",
"version": "0.2.1",
"version": "0.2.2",
"description": "Supabase CLI",

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

"files": [
"bin",
"dist"
],
"bin": "bin/supabase",
"bin": "dist/cli.js",
"repository": "supabase/cli",

@@ -21,3 +20,3 @@ "scripts": {

"build": "npm run clean && tsc --project tsconfig.json && cpy src/templates dist/templates",
"start": "bin/supabase",
"start": "node dist/cli.js",
"test": "jest"

@@ -24,0 +23,0 @@ },

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