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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
9
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/postgrest-js - npm Package Compare versions

Comparing version 1.15.3 to 1.15.4

dist/main/constants.d.ts

21

package.json
{
"name": "@supabase/postgrest-js",
"version": "1.15.3",
"version": "1.15.4",
"description": "Isomorphic PostgREST client",

@@ -17,17 +17,13 @@ "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",
"repository": "supabase/postgrest-js",
"scripts": {
"clean": "rimraf dist docs/v2",
"format": "prettier --write \"{src,test}/**/*.ts\" wrapper.mjs",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"format:check": "prettier --check \"{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",
"docs": "typedoc src/index.ts --out docs/v2",

@@ -38,3 +34,3 @@ "docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts",

"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean",
"test:types": "run-s build && tsd --files test/*.test-d.ts",
"test:types": "run-s build:module && tsd --files test/*.test-d.ts",
"db:clean": "cd test/db && docker-compose down --volumes",

@@ -48,3 +44,2 @@ "db:run": "cd test/db && docker-compose up --detach && wait-for-localhost 3000"

"@types/jest": "^27.5.1",
"cpy-cli": "^5.0.0",
"jest": "^28.1.0",

@@ -51,0 +46,0 @@ "node-abort-controller": "^3.0.1",

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

// Always update wrapper.mjs when updating this file.
export { default as PostgrestClient } from './PostgrestClient'

@@ -3,0 +2,0 @@ export { default as PostgrestQueryBuilder } from './PostgrestQueryBuilder'

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

export const version = '1.15.3'
export const version = '1.15.4'
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