
Product
Introducing Data Exports
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.
@salla.sa/twilight-bundles
Advanced tools
SDK for Salla Twilight Bundles - Develop and build custom components for Salla platform
Core build tools and plugins for Salla Twilight components. This package provides the build infrastructure used by the starter kit and other Twilight component packages.
sallaTransformPlugin)Transforms component files to ensure proper naming and registration in the Twilight system.
import { sallaTransformPlugin } from '@salla.sa/twilight-bundles/vite-plugins';
export default defineConfig({
plugins: [
sallaTransformPlugin()
]
});
The transform plugin:
src/components/*/index.tssallaBuildPlugin)Handles component bundling and output configuration.
import { sallaBuildPlugin } from '@salla.sa/twilight-bundles/vite-plugins';
export default defineConfig({
plugins: [
sallaBuildPlugin()
]
});
The build plugin:
src/components/sallaDemoPlugin)Provides a development environment for testing components.
import { sallaDemoPlugin } from '@salla.sa/twilight-bundles/vite-plugins';
export default defineConfig({
plugins: [
sallaDemoPlugin()
]
});
The demo plugin:
This package is typically used as a dependency in Twilight component packages. See the starter kit for a complete example of how to use these plugins.
pnpm install
pnpm run build
MIT
FAQs
SDK for Salla Twilight Bundles - Develop and build custom components for Salla platform
We found that @salla.sa/twilight-bundles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.