Comparing version 0.0.3 to 0.2.0
{ | ||
"name": "supabase", | ||
"version": "0.0.3", | ||
"version": "0.2.0", | ||
"description": "Supabase CLI", | ||
"private": false, | ||
"types": "build/types/types.d.ts", | ||
"bin": { | ||
"supabase": "bin/supabase" | ||
}, | ||
"homepage": "https://github.com/supabase/cli", | ||
"bugs": "https://github.com/supabase/cli/issues", | ||
"license": "MIT", | ||
"author": "Supabase", | ||
"files": [ | ||
"dist" | ||
], | ||
"bin": "dist/cli.js", | ||
"repository": "supabase/cli", | ||
"scripts": { | ||
"format": "prettier --write **/*.{js,ts,tsx,json}", | ||
"lint": "tslint -p .", | ||
"clean-build": "rm -rf ./build", | ||
"compile": "tsc -p .", | ||
"copy-templates": "if [ -e ./src/templates ]; then cp -a ./src/templates ./build/; fi", | ||
"build": "npm run format && npm run lint && npm run clean-build && npm run compile && npm run copy-templates", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest", | ||
"watch": "jest --watch", | ||
"snapupdate": "jest --updateSnapshot", | ||
"coverage": "jest --coverage" | ||
"dev": "ts-node src/cli.ts", | ||
"clean": "rimraf dist", | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
"build": "npm run clean && tsc --project tsconfig.json && cpy src/templates dist/templates", | ||
"start": "node dist/cli.js", | ||
"test": "jest" | ||
}, | ||
"files": [ | ||
"tsconfig.json", | ||
"tslint.json", | ||
"build", | ||
"LICENSE", | ||
"readme.md", | ||
"docs", | ||
"bin" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"gluegun": "latest" | ||
"gluegun": "^4.6.1", | ||
"ignore": "^5.1.8" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.11", | ||
"jest": "^24.1.0", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^24.1.0", | ||
"ts-node": "^8.4.1", | ||
"tslint": "^5.12.0", | ||
"tslint-config-prettier": "^1.17.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.6.3" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"testEnvironment": "node" | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^12.20.7", | ||
"cpy-cli": "^3.1.1", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.4", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
} | ||
} |
# Supabase CLI [WIP] | ||
Developer tools and helpers. | ||
### Getting started | ||
Install | ||
```sh | ||
npm install supabase -g | ||
``` | ||
Commands | ||
```sh | ||
supa init | ||
supa dev | ||
supa eject | ||
``` |
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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9
1
1
21
1
22398
2
19
166
+ Addedignore@^5.1.8
+ Addedansi-colors@3.2.4(transitive)
+ Addedansi-regex@3.0.1(transitive)
+ Addedcamelcase@5.3.1(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcli-table3@0.5.1(transitive)
+ Addedcosmiconfig@6.0.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedejs@2.7.4(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedenquirer@2.3.4(transitive)
+ Addedexeca@3.4.0(transitive)
+ Addedfs-jetpack@2.4.0(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedgluegun@4.7.1(transitive)
+ Addedhuman-signals@1.1.1(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedmute-stream@0.0.8(transitive)
+ Addedora@4.1.1(transitive)
+ Addedp-finally@2.0.1(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedstring-width@2.1.1(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
+ Addedyargs-parser@16.1.0(transitive)
- Removedansi-colors@4.1.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedasync@3.2.6(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcli-table3@0.6.0(transitive)
- Removedcosmiconfig@7.0.1(transitive)
- Removedcross-spawn@7.0.3(transitive)
- Removedejs@3.1.8(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedenquirer@2.3.6(transitive)
- Removedexeca@5.1.1(transitive)
- Removedfilelist@1.0.4(transitive)
- Removedfs-jetpack@4.3.1(transitive)
- Removedget-stream@6.0.1(transitive)
- Removedgluegun@5.2.0(transitive)
- Removedhuman-signals@2.1.0(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedjake@10.9.2(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedora@4.0.2(transitive)
- Removedsemver@7.3.5(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedyallist@4.0.0(transitive)
- Removedyargs-parser@21.1.1(transitive)
Updatedgluegun@^4.6.1