
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
derivable-docs
Advanced tools
features:
Put static view rendering code in html/
, but don't delete html/index.js
or html/style.js
, which are the entry points for the rendered html and css respectively. See existing files for examples.
Put global styles in html/style.js
, using style.registerRule
(see free-style). Local styles are intended to be in the same file as the corresponding JSX, but can be defined elsewhere and imported if preferred.
Put static html/css/js/whatevs in /static
.
Copy .env.tmpl
to .env
Put client-side JS in javascript/
, but don't delete javascript/index.js
which is the entry point for the browserify bundle.
build with npm run build
.
Builds end up in build/
.
Run local dev server (with live reloading) with npm run dev
.
Test non-dev build sever locally with npm start
or remotely by deploying to heroku:
heroku create
git push heroku master
heroku open
Any questions ping @David on flowdock or submit an issue.
FAQs
DerivableJS docs
We found that derivable-docs 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.