
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
htmlrapier
Advanced tools
A tiny mvc library for building web apps using rest apis.
Visit https://threax.github.io/HtmlRapierDocs/ for more information.
To run the tests npm link this library into a hypermedia project.
{
"pathBase": "./node_modules/htmlrapier/testPages",
"outDir": "test/htmlrapier",
"copy": [
"./node_modules/htmlrapier/testPages/*"
]
}
under "paths"
"hr.test.*": [
"node_modules\\htmlrapier\\test\\*"
],
under "include"
"node_modules\\htmlrapier\\test\\**\\*.ts",
visit https://projecturl/test/htmlrapier/unittests.html to test.
To remove the tests you can fix your tsconfig by running import-tsconfig again and removing the lines from artifacts.json.
Versions of HtmlRapier before version 19 had a built in default form that used styles from bootstrap 3. Newer versions
remove this default form, since we don't actually have any dependency on bootstrap 3 other than the form. There is no
simplified default form included, so if you are trying this library out please include htmlrapier.form.bootstrap3 or
htmlrapier.form.bootstrap4 in your dependencies. Once you do this run threax-npm-tk tsconfig to import the tsconfig
for the form. This will make it build with the rest of your typescript.
The docs source is stored in this repo. To work on them run Edity McEditface in the docs folder. You can publish directly from there the output folder is ignored.
FAQs
A tiny mvc library for building web apps using rest apis.
The npm package htmlrapier receives a total of 5 weekly downloads. As such, htmlrapier popularity was classified as not popular.
We found that htmlrapier 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.