
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.
Command-line helper.
With npm:
$ npm install --save clivage joi
With yarn:
$ yarn add clivage joi
Note that joi is a peer dependency.
The module now uses update-notifier to let the user know about updates to this program.
Users have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-[YOUR-MODULE-NAME].json. The path is available in notifier.config.path.
Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.
const clivage = require('clivage')
const schema = joi.object({
port: joi.number().integer(),
host: joi.string().optional(),
user: joi.string().optional(),
pw: joi.string().optional()
})
.with('pw', 'user')
.with('user', 'pw')
const cli = clivage(schema)
cli.flags
//=> { port: 1234, host: 'http://localhost:5984' }
Type: object (joi)
Lorem ipsum.
Type: array
Type: object
Lorem ipsum.
Type: string
Lorem ipsum.
Type: string
Lorem ipsum.
Type: string
Lorem ipsum.
AGPL-v3 © 2017 Robin Millette
FAQs
Command-line helper.
We found that clivage 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.