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.
Maybe coming some day.
This is what others might call an "application". But "application is a pretty silly name.
function(request, params) {
return response;
}
request
A node.js request object, as documented in the offical node.js docs. There are no additional properties, no magical extension methods.
params
Think: the "arguments".
This can be path parameters, query parameters.
params
should never contain anything other than simple data.
By default params
defaults to an empty object.
If a request handler forwards to a different handler,
it should forward all params that were passed in.
Injecting magic catch-all params is highly discouraged.
Say no to params.cookies
or .session
or any other funny business.
params
SHOULD be a simple object.
Any other kind of value should be the exception.
response
Describes the response that should be returned.
A proper response has a method to pipe to node.js response stream.
It's also valid to return any of the things
that can be coerced into a response object by quinn.respond
.
FAQs
A web framework designed for things to come.
The npm package quinn receives a total of 5 weekly downloads. As such, quinn popularity was classified as not popular.
We found that quinn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
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.