Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
abas-demo-site
Advanced tools
Content for creating ABAS branded demo sites, such as:
The demo site framework contains all the styles, a base template to use with Jekyll, and some common Javascript widgets.
Download the package:
npm install abas-demo-site
Either import the styles in your preprocessed stylesheet:
@import "node_modules/abas-demo-site/dist/abas-demo-site";
Or host and include the built css directly:
<link href="/node_modules/abas-demo-site/dist/abas-demo-site.css" rel="stylesheet">
Initialise the demo site components
import { init } from 'abas-demo-site'
init();
To use the base template, you will need to replace the default Jekyll _layouts directory in your config with the dist folder of this package:
_config.yml
layouts_dir: 'node_modules/abas-demo-site/dist'
The base layout depends on the following templates existing in your Jekyll _includes folder:
A number of variables are used to customise the base template, which are set in your Jekyll config:
_config.yml
package_name: Cool Package
package_github_url: https://github.com/ABASystems/cool-package
package_npm_url: https://www.npmjs.com/package/cool-package
To implement a source code previewer, use the following HTML mount:
<code
class="script"
data-source="static/demo-script.jsx"
>Loading ...</code>
FAQs
Content for creating ABAS branded demo sites
We found that abas-demo-site 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.