Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
featherframe
Advanced tools
Use Featherframe at your own Risk!
Featherframe is a simple, lightweight and easy-to-understand solution for building Web Applications.
Logo comes from game-icons.net/lorc/feather and was made by Lorc
Visit the Wiki to view the full Documentation. It also contains important security Informations.
"featherframecfg": {
"prefix": "featherframecfg",
"body": [
"/**",
" * @param {string} path",
" * @returns {{name: string,description: string,launch?: Array<string>,customHTML?: string}}",
" */",
"",
"module.exports = (path) => ({",
" name: \"$1\",",
" description: \"$2\",",
" customHTML: require(\"fs\").readFileSync(join(path, \"index.html\")).toString(),",
" e404page: require(\"fs\").readFileSync(join(path, \"404.html\")).toString()",
"});"
],
"description": "Add a Config for featherframe"
},
"featherframecreatepage": {
"prefix": "ffcreatepage",
"body": [
"const { html } = require(\"feahterframe\");",
"",
"export async function render() {",
"",
"return html`",
"$1",
"`",
"}"
],
"description": "Create A featherframe Page boilerplate"
}
Thanks to RedCrafter07 for an unused Logo Design
Better Module Support
Bugfixes:
Additions: SPA Support
Added useFetch, server can now be require from /server in the featherframe package
FAQs
Featherframe
The npm package featherframe receives a total of 3 weekly downloads. As such, featherframe popularity was classified as not popular.
We found that featherframe demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.