
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Mesos clients.
Initialize a new Chronos client.
Options
Usage
var mesos = require('mesos');
var chronos = mesos.Chronos({ host: '10.141.141.10' });
### chronos.job.create(opts, callback)
Create job.
Options
Delete job.
Options
List jobs.
Search jobs.
Options
Manually start job.
Options
Get jobs statistics.
Options
If you specify the job name you'll get all the statistics for that job, otherwise if you specify a percentile you'll get that statistic for all jobs.
You must specify either a job name or a percentile.
Update task.
Options
Kill tasks.
Options
Initialize a new Marathon client.
Options
Usage
var mesos = require('mesos');
var marathon = mesos.Marathon({ host: '10.141.141.10' });
See Marathon REST documentation for more information.
### marathon.app.create(opts, callback)Create and start a new application.
Options
List all running applications.
Options
Get application with by ID.
Options
List the versions of an application by ID.
Options
List the configuration of an application by ID at a specified version.
Options
Change parameters of a running application. The new application parameters apply only to subsequently created tasks, and currently running tasks are not pre-emptively restarted.
Options
Destroy an applicationb by ID.
Options
List all running tasks for an application by ID.
Options
Kill tasks that belong to an application.
Options
Register a callback URL as an event subscriber.
Options
List all event subscriber callback URLs.
### marathon.eventSubscription.unregister(opts, callback)Unregister a callback URL.
Options
List all running tasks.
Clone repository
$ git clone https://github.com/silas/node-mesos.git
Switch to project directory
$ cd node-mesos
Start VM
$ vagrant up
Install client dependencies
$ npm install
Run tests
$ npm test
This work is licensed under the MIT License (see the LICENSE file).
FAQs
Mesos clients
The npm package mesos receives a total of 0 weekly downloads. As such, mesos popularity was classified as not popular.
We found that mesos 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.