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

sveltekit-pocketbase-starter

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-pocketbase-starter - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "sveltekit-pocketbase-starter",
"version": "0.1.5",
"version": "0.1.6",
"author": "Dominick Caponi <d.caponi1@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -79,3 +79,3 @@ import jwt from 'jsonwebtoken';

],
mode: 'payment',
mode: chosen.type,
// you can also have it call some backend service which will redirect the user back to the site when its done doing its thing

@@ -82,0 +82,0 @@ success_url: isProd ? `https://yoursite?nonce=${nonce}` : `http://localhost:5173/?nonce=${nonce}`,

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