New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@supabase/auth-helpers-sveltekit

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/auth-helpers-sveltekit - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

dist/CHANGELOG.md
# @supabase/auth-helpers-sveltekit
## 0.2.0
### Minor Changes
- 5d741ae: Remove svelte-preprocess from sveltekit package
## 0.1.0

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@supabase/auth-helpers-sveltekit",
"version": "0.1.0",
"version": "0.2.0",
"description": "A collection of framework specific Auth utilities for working with Supabase.",

@@ -35,3 +35,2 @@ "types": "./dist/index.d.ts",

"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"svelte": "^3.48.0",

@@ -44,2 +43,3 @@ "svelte2tsx": "^0.5.10",

"@supabase/supabase-js": "^1.35.3",
"del-cli": "^4.0.1",
"jose": "^4.8.1"

@@ -49,6 +49,6 @@ },

"build": "pnpm copy:shared && pnpm package && pnpm rm:shared",
"package": "svelte-kit package && rimraf dist/package.json",
"copy:shared": "copyfiles -s ../shared/** src/shared -e ../shared/*.md -e ../shared/*.json",
"rm:shared": "rimraf src/shared"
"package": "svelte-kit package && del-cli dist/package.json",
"copy:shared": "copyfiles ../shared/** src/shared -e ../shared/*.md -e ../shared/*.json",
"rm:shared": "del-cli src/shared"
}
}
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