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

@devprotocol/clubs-plugin-passport

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devprotocol/clubs-plugin-passport

Passport plugin for clubs

  • 0.1.0-beta.19
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Clubs Plugin Passport

  • 🔰 Plugin basics

  • ⏩ Check all interfaces

  • 🛥️ How to publish your plugin

Local development

Update some files under src and see how them work locally. By running the following command, the local server will be launched:

yarn preview

Now you can check the plugin on Clubs with SSR turned on. Clubs also supports static builds, so you can check the behavior on a static build environment with the following command.

yarn preview:static

Files and directories

src/

src directory manages all source files for this plugin you are developing.

.preview/

.preview directory has 2 minimal implementations of Clubs, for SSR builds and static builds, and serves locally to debug this plugin you are developing.

The directory contains some boilerplate files that do not need to be edited, and some files whose values can be rewritten to debug the plugin.

The following files are intended to be rewritten for debugging purposes:

  • .preview/config.ts
  • .preview/plugins.ts

The following files are boilerplate and there is no need to rewrite them bacically:

  • all files under .preview/preview.ssr
  • all files under .preview/preview.static

Also, all files under .preview/theme are minimal theme for debugging and doesn't need to be rewritten, but of course, it's perfectly fine to rewrite them freely for debugging your plugin.

Keywords

FAQs

Package last updated on 08 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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