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

supabase

Package Overview
Dependencies
Maintainers
1
Versions
920
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supabase - npm Package Compare versions

Comparing version 0.0.3 to 0.2.0

dist/cli.js

73

package.json
{
"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
```
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