@supabase/postgrest-js
Advanced tools
Comparing version 0.17.0 to 0.18.0
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
101118
9
19
0
1838
1
45
1
2
+ Addedisomorphic-unfetch@^3.0.0
+ Addedisomorphic-unfetch@3.1.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedunfetch@4.2.0(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedsuperagent@^5.2.1
- Removedasynckit@0.4.0(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcomponent-emitter@1.3.1(transitive)
- Removedcookiejar@2.1.4(transitive)
- Removeddebug@4.3.7(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfast-safe-stringify@2.1.1(transitive)
- Removedform-data@3.0.2(transitive)
- Removedformidable@1.2.6(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedmethods@1.1.2(transitive)
- Removedmime@2.6.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedms@2.1.3(transitive)
- Removedobject-inspect@1.13.2(transitive)
- Removedqs@6.13.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsemver@7.6.3(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedsuperagent@5.3.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)