supascan 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
  3. package/supascan.js +98 -68
package/README.md CHANGED
@@ -69,7 +69,6 @@ supascan --url https://your-project.supabase.co --key your-anon-key --dump publi
69
69
  supascan --url https://your-project.supabase.co --key your-anon-key --rpc public.my_function --args '{"param": "value"}'
70
70
  ```
71
71
 
72
-
73
72
  ## Development
74
73
 
75
74
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supascan",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Automated security scanner for Supabase databases - detect exposed data, analyze RLS policies, and test RPC functions",
5
5
  "license": "MIT",
6
6
  "author": "Abhishek Govindarasu",