
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.
Turns a JSON file into a website. Uses the same rendering engine as github.com/jsonsite/jsonsite
The CLI version of JSONsite.
If you want to know more about JSONsite, please see the GitHub repo.
This
npm i jsonsite -g
As of 1.2.0, The jsonsite package has been split into two commands: jsonsite-gen and jsonsite-local.
jsonsite-gen will give you a sample JSON site for you. Example:
jsonsite-gen
Really, thats it, just answer the prompts. Configure your JSON file after the prompts are done and then host the output file on something like GitHub Gists, then look at CONTRIBUTING.md on how to add the JSON to the registry
jsonsite-local will generate the HTML file locally, but it does not come with stuff like the service workers, caching, etc.
jsonsite-local -i site.json -o output.html -t default.njk
-i flag the input JSON file. It is not a URL, rather a local file, unlike the regular version which uses a URL. Defaults to site.json-o flag is the output HTML file. JSONsite will save your SPA to the specified file. Defults to output.html-t flag is the template file. If the template file specified is default.njk, then it will get the template from http://jsonsite.github.io/templates/default.njk. You can submit a template here.If you want to view this anytime, you can run jsonsite -h.
FAQs
Turns a JSON file into a website. Uses the same rendering engine as github.com/jsonsite/jsonsite
The npm package jsonsite receives a total of 1 weekly downloads. As such, jsonsite popularity was classified as not popular.
We found that jsonsite 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.