
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.

oz's message components
$ bower install oz-msg
$ npm install oz-msg
For bundling systems supporting commonjs, require('oz-msg').
The library is also accessible via one of the build/ files:
oz-msg.js: oz-msg without its dependenciesoz-msg.all.js: oz-msg with its dependencies bundledoz-msg.min.js: minified build of oz-msgoz-msg.all.js: minified build of oz-msg with its dependencies bundledIf no module system is found, the oz-msg is exposed as the global ozmsg.
require('oz-msg')
Creates a request of the given type and data, where type is a string and data is any JSON-serializable object.
The returned request object contains the following properties:
id: the request's uuid
type: the given type
data: the given data
Creates a success reply to the given request req and with the given data, where req is an ozmsg.req object and data is any JSON-serializable object.
The returned reply object contains the following properties:
id: the reply's uuid
req: the corresponding request req
err: set to null
data: the given data
Creates an error reply to the given request req and with the given error err, where req is ozmsg.req object and err is any JSON-serializable object.
The returned reply object contains the following properties:
id: the reply's uuid
req: the corresponding request req
data: set to null
err: the given error err
FAQs
oz's message components
The npm package oz-msg receives a total of 17 weekly downloads. As such, oz-msg popularity was classified as not popular.
We found that oz-msg 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.