
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
An implementation of the Redis Encoding and Serialization Protocol for Node.js.
resp.stringify(['MAKE', 'Widget', 6, '$0.40', true])
// => '*5\r\n$4\r\nMAKE\r\n$6\r\nWidget\r\n:6\r\n$5\r\n$0.40\r\n:1\r\n'
resp.parse('+A-OK\r\n')
// => { message: 'A-OK' }
resp.stringify(value)Stringifies value into its RESP representation, returning the result as a
String. The legal values (as specified by RESP) are:
message string (e.g.
{ "message": "This is the status message." }).Other types and values will throw a TypeError describing the issue.
resp.parse(string)Parses the RESP in string, returning the represented value as its native
type. See resp.stringify, above, for the supported types that may be returned.
If the input is not valid RESP, a SyntaxError will be thrown describing the
issue.
FAQs
An implementation of the Redis Encoding and Serialization Protocol for Node.
The npm package resp receives a total of 22 weekly downloads. As such, resp popularity was classified as not popular.
We found that resp 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.