
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@asposecloud/aspose-tasks-cloud
Advanced tools
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. Aspose.Tasks Cloud SDK for Node.js wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Node.js applications.
Microsoft Project MPP, XML, MPT Primavera MPX
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
Register an account at Aspose Cloud Dashboard to get you application information. Next, execute npm i @asposecloud/aspose-tasks-cloud from the command line to install Aspose.Tasks Cloud SDK for Node.js via NPM.
const tasksApi = new TasksApi("AppSid", "AppKey");
const request: GetTasksRequest = { name: "template.mpp", folder: "documents", storage: ""}
tasksApi.getTasks(request)
.then((result) => {
// Deal with a result
console.log(result.response.statusCode);
console.log(result.body);
})
.catch(function(err) {
// Deal with an error
console.log(err.reponse.statusCode);
console.log(err.body);
});
Tests contain various examples of using the SDK. You have to create "testConfig.json" file in project root to run every example. The "testConfig.json" has the following structure.
{
"AppSid": "Youre AppSid here",
"AppKey": "Youre AppKey here",
"BaseUrl": "http://api.aspose.cloud"
}
| .NET | PHP | Python | Node.js |
|---|---|---|---|
| GitHub | GitHub | GitHub | GitHub |
| NuGet | Composer | PIP | NPM |
Home | Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial
FAQs
Aspose.Tasks Cloud SDK for Node.js
We found that @asposecloud/aspose-tasks-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.