
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@serverful/views
Advanced tools
An extension for selecting cached views.
npm install @serverful/views
const Views = require("@serverful/views");
// ...
Register the plugin and configure the view directory.
Serverful.Extension(Views(Content, Headers?));
Insertion of predefined headers.
// Headers/Navbar.html
<div>
<a href="#">Home</a>
<a href="#">Github</a>
</div>
// Views/Index.html
<serverful navbar>
Handle a request using by selecting a view.
MyServer.Incoming(Packet => {
// Information processing...
Packet.Request.View("/internal/embed");
});
This module is licensed under Apache 2.0.
FAQs
A resource selector extension for the Serverful core
The npm package @serverful/views receives a total of 0 weekly downloads. As such, @serverful/views popularity was classified as not popular.
We found that @serverful/views 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.