
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.
This Node.js module provides access to the Gengo API for ordering translations.
Install via npm
npm install gengo --save
Initialize Gengo with your public and private keys. If querying the Gengo sandbox, set sandbox
to true.
var gengo = require('gengo')(publicKey, privateKey, sandbox);
All callbacks are passed an error and response: callback(err, res)
.
Supports camelCase and underscore naming conventions (Gengo uses the underscore convention).
Please refer to Gengo's API Docs for endpoint details.
gengo.account
gengo.account.stats(callback);
gengo.account.balance(callback);
gengo.account.preferredTranslators(callback);
gengo.job
gengo.job.get(jobId, callback);
gengo.job.update({ id: jobId, action: 'approve' }, callback);
gengo.job.delete(jobId, callback);
gengo.job.feedback(jobId, callback);
gengo.job.revisions.list(jobId, callback);
gengo.job.revisions.get({ id: jobId, revId: revisionId }, callback);
gengo.job.comments.list(jobId, callback);
gengo.job.comments.create({ id: jobId, body: 'Great job!' }, callback);
gengo.jobs
gengo.jobs.create(jobsObject, callback);
gengo.jobs.list({ status: 'approved' }, callback);
gengo.jobs.get([jobId, jobId2, ...], callback);
gengo.order
gengo.order.get(orderId, callback);
gengo.order.delete(orderId, callback);
gengo.glossary
gengo.glossary.list(callback);
gengo.glossary.get(glossaryId, callback);
gengo.service
gengo.service.languagePairs({lc_src: 'en' }, callback);
gengo.service.languages(callback);
gengo.service.quote(jobs, callback);
gengo.service.quoteFiles({ jobs: jobs, files: files }, callback);
Forks and pull requests welcome!
Supported and maintained by Localize.
FAQs
Gengo API for node
The npm package gengo receives a total of 543 weekly downloads. As such, gengo popularity was classified as not popular.
We found that gengo 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.