
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.
A Promise module loader.
Ant.js loads modules and calls a defined constructor function based on a simple configuration.
Example:
ant.load({
module1: {
module: 'module_file1',
entry: 'function_name',
arguments: ['argument1', 'argument2'],
dependency: ['module2']
},
module2: 'module_file2'
}, context);
module
: filenameentry
: alternative constructor function (sub property of module.exports
)arguments
: an array of arguments for the constructor functiondependency
: string or array that contains the module name(s) of the dependenciesOptional the second parameter of ant.load can be used to set the context for the constructor function call.
ant.path
can be used to defined a lookup path for modules.
Debug message can be enabled by assigning ant.debug
the value true
.
FAQs
Ant.js Promise module loader
The npm package antjs receives a total of 1 weekly downloads. As such, antjs popularity was classified as not popular.
We found that antjs 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.