Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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
The npm package abas-demo-site receives a total of 0 weekly downloads. As such, abas-demo-site popularity was classified as not popular.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.