
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
listenercount
Advanced tools
backwards compatible version of builtin events.listenercount
A polyfill of Node.js 0.12+'s events.listenerCount function for Node.js 0.10. Uses the builtin if present, otherwise uses polyfill implementation.
var listenerCount = require('listenercount')
var EventEmitter = require('events').EventEmitter
var ee = new EventEmitter()
ee.on('event', function () {})
listenerCount(ee, 'event') // => 1
listenerCount(ee, 'foo') // => 0
listenerCount(ee : EventEmitter, eventName : String) => Number
Returns the number of listeners for a given eventName
on an EventEmitter.
$ npm install listenercount
From package root:
$ npm install
$ npm test
ISC. (c) MMXVI jden jason@denizac.org. See LICENSE.md
FAQs
backwards compatible version of builtin events.listenercount
The npm package listenercount receives a total of 3,002,057 weekly downloads. As such, listenercount popularity was classified as popular.
We found that listenercount 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.