
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.
return the first argument that is !== undefined
Most of the time when I chain together ||
s, I actually just want the first
item that is not undefined
, not the first non-falsy item.
This module is like the defined-or (//
) operator in perl 5.10+.
var defined = require('defined');
var opts = { y : false, w : 4 };
var x = defined(opts.x, opts.y, opts.w, 100);
console.log(x);
$ node example/defined.js
false
The return value is false
because false
is the first item that is
!== undefined
.
var defined = require('defined')
Return the first item in the argument list a, b, c...
that is !== undefined
.
If all the items are === undefined
, return undefined.
With npm do:
npm install defined
MIT
v1.0.1 - 2022-10-12
84801c0
7ccb011
03917f0
tape
ac57011
9bf7583
auto-changelog
ec13b5f
npmignore
to autogenerate an npmignore file 549e1ff
11dfedc
safe-publish-latest
efadc76
aa9c486
aud
in posttest
a0cf2fb
funding
in package.json b05fc5e
FAQs
return the first argument that is `!== undefined`
The npm package defined receives a total of 3,998,549 weekly downloads. As such, defined popularity was classified as popular.
We found that defined demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.