
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.
whimsical web framework
this is a work in progress. life a the bleeding edge! i sure hope you know what you're doing....
Experimental: Expect the unexpected. Please provide feedback on api and your use-case.
var wham = require('wham')('demo')
var shows = require('./core/shows')
wham('showsList', '/shows')
.get(shows.list, 'req.query.skip', 'req.query.limit', 'req.user')
wham('upcomingShows', '/shows/upcoming')
.get(shows.listFuture, 'req.query.skip', 'req.query.limit', 'req.user')
wham('upvote', '/shows/:id/upvote')
.put({auth: true},
shows.upvoteShow, 'req.params.id', 'req.user')
wham('downvote', '/shows/:id/downvote')
.put({auth: true},
shows.upvoteShow, 'req.params.id', 'req.user')
wham.bam(2323)
jden jason@denizac.org
MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md
FAQs
whimsical web framework
The npm package wham receives a total of 2 weekly downloads. As such, wham popularity was classified as not popular.
We found that wham 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.