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 1.1.6 to 1.1.7

2

package.json
{
"name": "supabase",
"version": "1.1.6",
"version": "1.1.7",
"description": "Supabase CLI",

@@ -5,0 +5,0 @@ "repository": "supabase/cli",

@@ -70,7 +70,2 @@ #!/usr/bin/env node

// Binary name on Windows has .exe suffix
if (process.platform === "win32") {
binName += ".exe";
}
// Interpolate variables in URL, if necessary

@@ -82,2 +77,7 @@ url = url.replace(/{{arch}}/g, ARCH_MAPPING[process.arch]);

// Binary name on Windows has .exe suffix
if (process.platform === "win32") {
binName += ".exe";
}
return { binName, binPath, url, version };

@@ -84,0 +84,0 @@ }

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