Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
gpod-request
Advanced tools
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
This library lets you do this by treating URLs ending in the !
character as special cases.
GET /resource!
becomes OPTIONS /resource
, good for showing an edit formPOST /resource!!
becomes DELETE /resource
, good for deleting a resourceIn all other cases, !!
and !
get stripped from your path.
Get/Post/Options/Delete Request mapper
string
URLSearchParams
Map a Node request object to a generic GPOD request
Param | Type | Description |
---|---|---|
req | HTTP.IncomingRequest | The Node request object |
Return the path and query part of this object combined
Kind: instance property of module.exports
string
Return the body as a string
Kind: instance method of module.exports
URLSearchParams
Return the body as a SearchParams object
Kind: instance method of module.exports
Turn the request back to a GET/POST url
Kind: static method of module.exports
Returns: string
Param | Type |
---|---|
request | Request |
FAQs
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
The npm package gpod-request receives a total of 0 weekly downloads. As such, gpod-request popularity was classified as not popular.
We found that gpod-request 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.