New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bespoke-theme-sandy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-theme-sandy

A more serious theme for Bespoke.js with a sandy background color

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Build Status

bespoke-theme-sandy

A cheerful theme for Bespoke.js inspired by a Google Presentations theme — View demo

Download

Download the production version or the development version, or use a package manager.

Usage

This theme is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  sandy = require('bespoke-theme-sandy');

bespoke.from('#presentation', [
  sandy()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.themes.sandy()
]);

Package managers

npm

$ npm install bespoke-theme-sandy

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Keywords

bespoke-plugin

FAQs

Package last updated on 16 Feb 2026

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