
Security News
/Research
Coordinated npm and PyPI Campaign Typosquats Popular Secure Payment Apps
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.
@sjsf/flowbite-theme
Advanced tools
The flowbite-svelte based theme for svelte-jsonschema-form.
npm install @sjsf/form @sjsf/flowbite-theme
There is two ways to setup styles:
import flowbite from 'flowbite/plugin';
import { THEME_CONTENT, FLOWBITE_CONTENT } from '@sjsf/flowbite-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', THEME_CONTENT, FLOWBITE_CONTENT],
plugins: [flowbite],
}
Or with a preset
import themePreset from '@sjsf/flowbite-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
presets: [themePreset],
}
// Inject them as you like
import flowbiteStyles from "@sjsf/flowbite-theme/styles.css?inline";
<script lang="ts">
import { Form } from '@sjsf/form';
import { theme } from '@sjsf/flowbite-theme';
</script>
<Form {...theme} />
MIT
FAQs
The flowbite based theme for svelte-jsonschema-form
The npm package @sjsf/flowbite-theme receives a total of 15 weekly downloads. As such, @sjsf/flowbite-theme popularity was classified as not popular.
We found that @sjsf/flowbite-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.