Socket
Socket
Sign inDemoInstall

@supabase/supabase-js

Package Overview
Dependencies
Maintainers
9
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/supabase-js - npm Package Compare versions

Comparing version 2.44.2 to 2.44.3

2

dist/main/lib/version.d.ts

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

export declare const version = "2.44.2";
export declare const version = "2.44.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.44.2';
exports.version = '2.44.3';
//# sourceMappingURL=version.js.map

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

export declare const version = "2.44.2";
export declare const version = "2.44.3";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.44.2';
export const version = '2.44.3';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/supabase-js",
"version": "2.44.2",
"version": "2.44.3",
"description": "Isomorphic Javascript client for Supabase",

@@ -46,3 +46,3 @@ "keywords": [

"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.15.7",
"@supabase/postgrest-js": "1.15.8",
"@supabase/realtime-js": "2.10.2",

@@ -49,0 +49,0 @@ "@supabase/storage-js": "2.6.0"

@@ -66,6 +66,6 @@ # `supabase-js` - Isomorphic JavaScript Client for Supabase.

You can use supabase-js in the Deno runtime via esm.sh:
You can use supabase-js in the Deno runtime via [JSR](https://jsr.io/@supabase/supabase-js):
```js
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2'
import { createClient } from 'jsr:@supabase/supabase-js@2'
```

@@ -72,0 +72,0 @@

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

export const version = '2.44.2'
export const version = '2.44.3'

Sorry, the diff of this file is too big to display

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