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

@supabase/supabase-js

Package Overview
Dependencies
Maintainers
9
Versions
339
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.43.3 to 2.43.4

dist/main/index.d.ts

23

package.json
{
"name": "@supabase/supabase-js",
"version": "2.43.3",
"version": "2.43.4",
"description": "Isomorphic Javascript client for Supabase",

@@ -18,9 +18,5 @@ "keywords": [

],
"main": "dist/cjs/index.js",
"module": "dist/esm/wrapper.mjs",
"exports": {
"import": "./dist/esm/wrapper.mjs",
"require": "./dist/cjs/index.js"
},
"types": "dist/cjs/index.d.ts",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/module/index.d.ts",
"sideEffects": false,

@@ -30,6 +26,6 @@ "repository": "supabase/supabase-js",

"clean": "rimraf dist docs/v2",
"format": "prettier --write \"{src,test}/**/*.ts\" wrapper.mjs",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "run-s clean format build:*",
"build:cjs": "tsc -p tsconfig.json",
"build:esm": "cpy wrapper.mjs dist/esm/",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"build:umd": "webpack",

@@ -43,3 +39,3 @@ "types-generate": "dts-gen -m '@supabase/supabase-js' -s",

"test:clean": "cd infra/db && docker-compose down",
"test:types": "run-s build && tsd --files test/*.test-d.ts",
"test:types": "run-s build:module && tsd --files test/*.test-d.ts",
"docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts",

@@ -53,3 +49,3 @@ "docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals",

"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.15.3",
"@supabase/postgrest-js": "1.15.2",
"@supabase/realtime-js": "2.9.5",

@@ -61,3 +57,2 @@ "@supabase/storage-js": "2.5.5"

"@types/jest": "^29.2.5",
"cpy-cli": "^5.0.0",
"husky": "^4.3.0",

@@ -64,0 +59,0 @@ "jest": "^29.3.1",

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

// Always update wrapper.mjs when updating this file.
import SupabaseClient from './SupabaseClient'

@@ -4,0 +2,0 @@ import type { GenericSchema, SupabaseClientOptions } from './lib/types'

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

export const version = '2.43.3'
export const version = '2.43.4'

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