
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
chapter-page
Advanced tools
make a theme-able community chapter page
https://serapath.github.io/chapter-page
npm install chapter-page
const chapterpage = require('chapter-page')
const colors = {
color0: '#43409a', // darkBlue,
color1: '#3022bb', // blue,
color2: '#6f68ae', // lightBlue,
color3: '#f989ff', // lightPink,
color4: '#730d61', // darkPink,
color5: '#080707', // black,
color6: '#2e3f41', // grey,
color7: '#f7da8b', // skinYellow,
color8: '#ffffff', // white,
color9: 'rgba(255, 255, 255, .0)',
}
const data = {
title: 'Nashville',
logo: 'assets/wizard3.png',
home: 'http://wizardamigos.com/',
tabs: [{
title: 'workshop',
url: 'https://slides.com/ninabreznik/deck-11-12-16/embed'
}],
chat: 'https://gitter.im/wizardamigosinstitute/program/~embed',
chapters: [],
place: 'Nashville - Schermerhorn Symphony Center',
event: 'https://health.distributed.com/code-camp', // link to event page
time: '2018.11.07-08:30am-04:30pm'
}
const { head, body } = chapterpage({ data, theme: { colors } })
document.head.innerHTML = head
document.body.innerHTML = body
FAQs
make a theme-able community chapter page
The npm package chapter-page receives a total of 0 weekly downloads. As such, chapter-page popularity was classified as not popular.
We found that chapter-page demonstrated a not healthy version release cadence and project activity because the last version was released 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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.