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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
3
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 0.17.0 to 0.18.0

dist/main/builder.d.ts

77

package.json
{
"name": "@supabase/postgrest-js",
"version": "0.17.0",
"description": "PostgREST JS client",
"main": "./lib/index.js",
"scripts": {
"build": "BABEL_ENV=production babel src --out-dir lib",
"clean": "rimraf lib",
"cover": "nyc --check-coverage npm run test",
"deploy:minor": "npm version minor && npm publish --access=public",
"deploy:patch": "npm version patch && npm publish --access=public",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"prepublish": "npm run clean && npm run build",
"pretty": "prettier --write \"./**/*.{js,json,yml,md,vue,css,scss}\"",
"test:integration": "mocha -r @babel/register -r babel-polyfill test/integration/**/*.js",
"test": "mocha -r @babel/register -r babel-polyfill test/unit/**/*.js",
"test:prod": "BABEL_ENV=production npm run test",
"test:watch": "npm test -- --watch"
},
"files": [
"lib",
"src"
],
"repository": "https://github.com/supabase/postgrest-js",
"version": "0.18.0",
"description": "Isomorphic PostgREST client",
"keywords": [

@@ -29,28 +9,37 @@ "postgrest",

],
"homepage": "https://github.com/supabase/postgrest-js",
"bugs": "https://github.com/supabase/postgrest-js/issues",
"license": "MIT",
"author": "Supabase",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/supabase/postgrest-js/issues"
"files": [
"dist"
],
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"repository": "supabase/postgrest-js",
"scripts": {
"clean": "rimraf dist docs",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "run-s clean format build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"test": "run-s test:db && jest -i",
"test:db": "cd test/db && docker-compose down && docker-compose up -d && sleep 5",
"docs": "typedoc --mode file --target ES6 --theme minimal",
"docs:json": "typedoc --json docs/spec.json --mode modules --includeDeclarations --excludeExternals"
},
"homepage": "https://supabase.io",
"dependencies": {
"isomorphic-unfetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"@supabase/doctest-js": "0.1.0",
"@supabase/jsdoc-template": "^0.2.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-minify": "^0.5.1",
"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"prettier": "^2.0.1",
"rimraf": "^3.0.2"
},
"dependencies": {
"superagent": "^5.2.1"
"@types/jest": "^26.0.13",
"@types/node-fetch": "^2.5.7",
"jest": "^26.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"typedoc": "^0.19.1",
"typescript": "^4.0.2"
}
}

@@ -36,2 +36,10 @@ # Postgrest JS

![Watch this repo](https://gitcdn.xyz/repo/supabase/monorepo/master/web/static/watch-repo.gif "Watch this repo")
![Watch this repo](https://gitcdn.xyz/repo/supabase/monorepo/master/web/static/watch-repo.gif "Watch this repo")
## Sponsors
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
[![Worklife VC](https://user-images.githubusercontent.com/10214025/90451355-34d71200-e11e-11ea-81f9-1592fd1e9146.png)](https://www.worklife.vc)
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
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