
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
express-restfql
Advanced tools
RestFQL for express is a rest middlevare that implements the specification.
In short RestFQL allows filtering of response driven by the querying side without breaking caching and keeping the capability for the backend to do optimizations as required.
npm install express-restfql
yarn add express-restfql
import express from 'express';
import restfql from 'express-restfql';
const app = express();
app.use(restfql)
app.get('/', (req, res) => {
res.json({
message: 'Hello World!',
description: "awesome description",
tags:{
mandatory: ["mand_tag1","mand_tag1"],
optional: ["opt_tag1","opt_tag1"],
}
});
});
app.listen(3000);
fql
FAQs
restfql implementation for rest server
The npm package express-restfql receives a total of 1 weekly downloads. As such, express-restfql popularity was classified as not popular.
We found that express-restfql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.