
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
File based, persistent and aesthetically pleasing HTTP requests! Just like curl, but with file templates
File based, persistent and aesthetically pleasing HTTP requests! Just like curl, but with file templates.
npx curlf ./request.curlf
Or from stdin:
npx curlf --stdin <<EOF
GET http://some.url
EOF
.curlf file format[[<version>] <method>] <url>
[<headerKey>: <headerValue>]*
[<body>]
NOTE! At least one empty line must exist between headers block and body.
Environment variables can be used anywhere within the file!
<version>Allowed values:
HTTP/1.0HTTP/1, HTTP/1.1HTTP/2, HTTP/2.0HTTP/3<method>Allowed values:
GETPOSTPUTPATCHDELETEHEADOPTIONS<url>You know, a full url
The following flags can be used to specify the logging level:
verbose, vIt can also be set through env variable CURLF_LOGLEVEL, which can take any of the following values:
VERBOSE, SILLY, 4: Log detailed response (like request headers, request body and response headers)DEFAULT, INFO, 3: Log basic response (url, status, response content)QUIET, 2: Log response content onlyERROR, 1: Log errors onlySILENT, 0: Log nothing ¯\_(ツ)_/¯script on bashyq read .travis.yml 'script[*]' | bash
FAQs
File based, persistent and aesthetically pleasing HTTP requests! Just like curl, but with file templates
The npm package curlf receives a total of 2 weekly downloads. As such, curlf popularity was classified as not popular.
We found that curlf 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.